From a464d20a241e81ddac2a8dd8253c592d18f09532 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Tue, 31 Jul 2001 10:13:13 +0000 Subject: [PATCH] first attempt at including the tests/ directory via automake, dist-hook target added --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.49.0