]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(check-texinfo): Check for the above.
authorJim Meyering <jim@meyering.net>
Mon, 8 Jul 2002 07:08:59 +0000 (07:08 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 8 Jul 2002 07:08:59 +0000 (07:08 +0000)
doc/Makefile.am

index eb0404ff15beffe8273537457eb5935ca56e3384..decb7d82cdcdeb4d019a4a47586c914d29b138c9 100644 (file)
@@ -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