summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-03-14 01:32:35 +0000
committerTom Tromey <tromey@redhat.com>1996-03-14 01:32:35 +0000
commit6c31674dd6a374599ace24380fb4fcbe9d8e6bb7 (patch)
tree31191e3aef08d4a031eada21dcb03c879f0f63b7
parent0c364689648cbfba4263940f4f73597e8ebd6d90 (diff)
downloadautomake-Release-0-31.tar.gz
Distribute testsRelease-0-31
-rw-r--r--Makefile.in3
-rw-r--r--tests/Makefile.am3
-rw-r--r--tests/Makefile.in2
3 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 9cf268b3b..db74f33fc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -261,9 +261,6 @@ dist: $(DEP_DISTFILES)
rm -rf $(distdir)
mkdir $(distdir)
chmod 777 $(distdir)
- distdir=`cd $(distdir) && pwd` \
- && cd $(srcdir) \
- && automake --include-deps --output-dir=$$distdir --strictness=gnits
@for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
test -f $(distdir)/$$file \
|| ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 264c24020..a2ea463a1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -7,4 +7,5 @@ acoutnoq.test acouttbs.test libobj.test proginst.test acoutqnl.test \
confincl.test spelling.test prefix.test badprog.test depend.test exdir.test \
canon.test
-EXTRA_DIST = defs
+## Maybe automake should distribute TESTS? You tell me.
+EXTRA_DIST = defs $(TESTS)
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 055191bad..1d9e4cf5f 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -45,7 +45,7 @@ acoutnoq.test acouttbs.test libobj.test proginst.test acoutqnl.test \
confincl.test spelling.test prefix.test badprog.test depend.test exdir.test \
canon.test
-EXTRA_DIST = defs
+EXTRA_DIST = defs $(TESTS)
DIST_COMMON = ChangeLog Makefile.am Makefile.in