Changeset 973
- Timestamp:
- 09/05/06 17:28:37 (7 years ago)
- File:
-
- 1 edited
-
trunk/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r959 r973 2 2 TOOLS_DIR = tools 3 3 if LIBTRACE_SWIG 4 #SWIG_DIR = swig4 SWIG_DIR = swig 5 5 endif 6 SUBDIRS = lib docs $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) $(SWIG_DIR)6 SUBDIRS = lib $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) $(SWIG_DIR) docs 7 7 8 8 ACLOCAL_AMFLAGS = -I m4 … … 12 12 man_MANS = docs/doxygen/man/man3/trace*.3 docs/doxygen/man/man3/libtrace*.3 13 13 endif 14 #man_MANS = @MANPAGES@15 14 EXTRA_DIST=examples libtrace.sln libtrace.vcproj test-convert.vcproj \ 16 15 test-format.vcproj test-pcap-bpf.vcproj 17 #docs/html docs/latex docs/man $(man_MANS)18 16 19 17 .PHONY: docs … … 41 39 endif 42 40 43 #docs:44 # doxygen libtrace.doxygen45 46 41 install-man-hook: docs
Note: See TracChangeset
for help on using the changeset viewer.
