]> sourceware.org Git - automake.git/commitdiff
Distribute tests Release-0-31
authorTom Tromey <tromey@redhat.com>
Thu, 14 Mar 1996 01:32:34 +0000 (01:32 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 14 Mar 1996 01:32:34 +0000 (01:32 +0000)
Makefile.in
tests/Makefile.am
tests/Makefile.in

index 9cf268b3b43823c99e60dbfe68aff180da7418aa..db74f33fca1ecdf771b5f074abd5fa1abb6cf035 100644 (file)
@@ -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 \
index 264c24020be7c05449e7630f0c44b28c4cd4f3a9..a2ea463a121a44ae548bd0b7405e5d1596294ba8 100644 (file)
@@ -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)
index 055191bad496dc415ae44007218d8061736257e7..1d9e4cf5fddfc77df9c9ebf1d83919fc698e4739 100644 (file)
@@ -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
 
 
This page took 0.032564 seconds and 5 git commands to generate.