From: Jim Meyering Date: Mon, 8 Jul 2002 08:04:08 +0000 (+0000) Subject: check only for $@" X-Git-Tag: FILEUTILS-4_1_10~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cebf7f7371c7e333ec82159fb7c333306328d802;p=thirdparty%2Fcoreutils.git check only for $@" --- diff --git a/doc/Makefile.am b/doc/Makefile.am index decb7d82cd..ef6ecc2a9f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -31,7 +31,7 @@ $(INFO_DEPS): $(EXTRA_DIST) # List words/regexps here that should not appear in the texinfo documentation. check-texinfo: grep timezone $(srcdir)/*.texi && exit 1 || : - grep '[^@]@"' $(srcdir)/*.texi && exit 1 || : + grep '\$$@"' $(srcdir)/*.texi && exit 1 || : @PERL@ -ne \ '/\bPOSIX\b/ && !/\@acronym{POSIX}/ || /{posix}/ and print,exit 1' \ $(srcdir)/*.texi 2> /dev/null && : || exit 1