From b36af9c7cd992f7ad4cff8957999cb38e688fdbb Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 20 Aug 2006 14:54:33 +0000 Subject: [PATCH] * Makefile.am (maintainer-check): Fine-tune the "Unescaped @" check so it doesn't complain about the '@ 's in node "Standard Directory Variables". --- ChangeLog | 4 ++++ Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fd172e8..d2cd2f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-08-20 Alexandre Duret-Lutz + * 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. diff --git a/Makefile.am b/Makefile.am index 13ff195..0c12a2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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; \ -- 2.7.4