+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.
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
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 \
$AUTOCONF
$AUTOMAKE
./configure
-make test
+$MAKE test