* tests/comment8.test: Use $MAKE, not make.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 25 Oct 2004 18:52:45 +0000 (18:52 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 25 Oct 2004 18:52:45 +0000 (18:52 +0000)
ChangeLog
Makefile.am
Makefile.in
tests/comment8.test

index 6c408cdf8bff0edbd198736d3a81cab38b69985a..29bd04f05e4973f6628d7f5b1a3ba531859e9bf1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-25  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/comment8.test: Use $MAKE, not make.
+
 2004-10-24  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * tests/distcom3.test: Typo.
index c9a6cf553bd9d7ec3993dcd26b46d7c334948c59..ea0583c8b3b80a35372db44f9bce7805345c14f0 100644 (file)
@@ -258,6 +258,10 @@ maintainer-check: automake aclocal
          echo 'Suspicious unquoted DESTDIR uses.' 1>&2 ; \
          exit 1; \
        fi
+       @if grep '      ' $(srcdir)/doc/automake.texi; then \
+         echo 'Do not use tabs in the manual.' 1>&2; \
+         exit 1;
+       fi
 
 
 cvs-dist: maintainer-check
index c0259f8061cb0d38867e3520b8c6494b2abc4290..55aa61665aa375dd0c756da07c536a52e1548747 100644 (file)
@@ -766,6 +766,10 @@ maintainer-check: automake aclocal
          echo 'Suspicious unquoted DESTDIR uses.' 1>&2 ; \
          exit 1; \
        fi
+       @if grep '      ' $(srcdir)/doc/automake.texi; then \
+         echo 'Do not use tabs in the manual.' 1>&2; \
+         exit 1;
+       fi
 
 cvs-dist: maintainer-check
        @if (clcommit --version)>/dev/null 2>/dev/null; then :; else \
index 873cbaa8690f602692a81f5a737319ddd1f7518a..f3c1b1ee76b43a0634086fa6f92f66172d36a579 100755 (executable)
@@ -50,4 +50,4 @@ $ACLOCAL
 $AUTOCONF
 $AUTOMAKE
 ./configure
-make test
+$MAKE test