From: Will Estes Date: Wed, 6 Mar 2002 16:32:59 +0000 (+0000) Subject: remove subdirectories from EXTRA_DIST; add a SUBDIRS macro to handle examples/; clean... X-Git-Tag: flex-2-5-10~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88f5ad03328408b8ac39b144b787b50baf023a1f;p=flex remove subdirectories from EXTRA_DIST; add a SUBDIRS macro to handle examples/; clean up the dist-hook target --- diff --git a/Makefile.am b/Makefile.am index b9f0b4b..a9c8079 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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