From: Jim Meyering Date: Mon, 8 Jul 2002 07:08:59 +0000 (+0000) Subject: (check-texinfo): Check for the above. X-Git-Tag: FILEUTILS-4_1_10~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e289e5c881d9e02429eee68431f0ce98cf57d32e;p=thirdparty%2Fcoreutils.git (check-texinfo): Check for the above. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index eb0404ff15..decb7d82cd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -31,6 +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 || : @PERL@ -ne \ '/\bPOSIX\b/ && !/\@acronym{POSIX}/ || /{posix}/ and print,exit 1' \ $(srcdir)/*.texi 2> /dev/null && : || exit 1