* Makefile.am (maintainer-check): Fine-tune the "Unescaped @"
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 20 Aug 2006 14:54:33 +0000 (14:54 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 20 Aug 2006 14:54:33 +0000 (14:54 +0000)
check so it doesn't complain about the '@ 's in node "Standard
Directory Variables".

ChangeLog
Makefile.am

index fd172e8..d2cd2f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-08-20  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * Makefile.am (maintainer-check): Fine-tune the "Unescaped @"
+       check so it doesn't complain about the '@ 's in node "Standard
+       Directory Variables".
+
        * INSTALL, lib/INSTALL, lib/texinfo.tex, lib/config.sub: New
        upstream versions.
 
index 13ff195..0c12a2a 100644 (file)
@@ -290,7 +290,7 @@ maintainer-check: automake aclocal
          echo 'Do not use tabs in the manual.' 1>&2; \
          exit 1; \
        fi
-       @if grep -E '([^@]|^)@([         ]|$$)' $(srcdir)/doc/automake.texi; \
+       @if grep -E '([^@]|^)@([         ][^@]|$$)' $(srcdir)/doc/automake.texi; \
        then \
          echo 'Unescaped @.' 1>&2; \
          exit 1; \