]> granicus.if.org Git - flex/commitdiff
remove subdirectories from EXTRA_DIST; add a SUBDIRS macro to handle examples/; clean...
authorWill Estes <wlestes@users.sourceforge.net>
Wed, 6 Mar 2002 16:32:59 +0000 (16:32 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Wed, 6 Mar 2002 16:32:59 +0000 (16:32 +0000)
Makefile.am

index b9f0b4b4e9bc53c5d357b33c1b6abd473b257d3b..a9c807974d6a33426a6766ae56dc211418ca68f2 100644 (file)
@@ -91,16 +91,16 @@ EXTRA_DIST = \
        TODO \
        autogen.sh \
        flex.skl \
-       mkskel.sh \
-       tests \
-       to.do \
-       examples \
-       faqs 
+       mkskel.sh
+
 
 BUILT_SOURCES = \
        skel.c \
        parse.c \
-scan.c
+       scan.c
+
+SUBDIRS = \
+       examples
 
 # We have a few dependencies and rules to enumerate. (from the old
 # Makefile.in by Vern)
@@ -134,7 +134,3 @@ ChangeLog:
 .PHONY: ChangeLog
 
 dist-hook:
-       -if test ! "x$(distdir)" = "x" ; then \
-         rm -rf `find $(distdir)/ -name CVS` ;\
-     fi;
-       -cd $(PACKAGE)-$(VERSION) && ./autogen.sh