Changeset 611 for branches/gc/Makefile.am
- Timestamp:
- 05/06/08 17:30:21 (6 months ago)
- Files:
-
- 1 modified
-
branches/gc/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gc/Makefile.am
r610 r611 1 1 EXTRA_DIST = Doxyfile.in README.win32 README.protocol contrib UPGRADE 2 2 3 SUBDIRS = etc tools man mio sx util c2s router s2s sm storage 4 5 .PHONY: docs 6 3 SUBDIRS = etc man 7 4 if USE_LIBSUBST 8 5 SUBDIRS += subst 9 6 endif 7 SUBDIRS += tools mio sx util c2s router s2s sm storage 8 9 .PHONY: docs 10 10 11 11 docs: Doxyfile
