From: Will Estes Date: Tue, 31 Jul 2001 10:13:13 +0000 (+0000) Subject: first attempt at including the tests/ directory via automake, dist-hook target added X-Git-Tag: flex-2-5-10~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a464d20a241e81ddac2a8dd8253c592d18f09532;p=flex first attempt at including the tests/ directory via automake, dist-hook target added --- diff --git a/Makefile.am b/Makefile.am index 00c4ccc..cc5a69e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -122,3 +122,6 @@ ChangeLog: -rcs2log -l 72 -u "vern Vern vern@ee.lbl.gov" -u "wlestes W. L. Estes wlestes@uncg.edu" | sed s:/usr/local/cvsroot/flex/::g >ChangeLog .PHONY: ChangeLog + +dist-hook: + -cvs -Q export -D today -d $(PACKAGE)-$(VERSION)/tests $(PACKAGE)/tests && cd $(PACKAGE)-$(VERSION) && ./autogen.sh