Changeset 973


Ignore:
Timestamp:
09/05/06 17:28:37 (7 years ago)
Author:
perry
Message:

Cleanup old commented out stuff thats no longer necessary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r959 r973  
    22TOOLS_DIR = tools 
    33if LIBTRACE_SWIG 
    4 #SWIG_DIR = swig 
     4SWIG_DIR = swig 
    55endif 
    6 SUBDIRS = lib docs $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) $(SWIG_DIR) 
     6SUBDIRS = lib $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) $(SWIG_DIR) docs 
    77 
    88ACLOCAL_AMFLAGS = -I m4 
     
    1212man_MANS = docs/doxygen/man/man3/trace*.3 docs/doxygen/man/man3/libtrace*.3  
    1313endif 
    14 #man_MANS = @MANPAGES@ 
    1514EXTRA_DIST=examples libtrace.sln libtrace.vcproj test-convert.vcproj \ 
    1615                   test-format.vcproj test-pcap-bpf.vcproj 
    17 #docs/html docs/latex docs/man $(man_MANS) 
    1816 
    1917.PHONY: docs 
     
    4139endif 
    4240 
    43 #docs: 
    44 #       doxygen libtrace.doxygen 
    45  
    4641install-man-hook: docs 
Note: See TracChangeset for help on using the changeset viewer.