summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-08 07:08:59 +0000
committerJim Meyering <jim@meyering.net>2002-07-08 07:08:59 +0000
commite289e5c881d9e02429eee68431f0ce98cf57d32e (patch)
treec4da4f5f05b688af54574831fa580101988ecaa7 /doc/Makefile.am
parenta72662ed6bd55764c45bb3021d94a2008f28899c (diff)
downloadcoreutils-e289e5c881d9e02429eee68431f0ce98cf57d32e.tar.xz
(check-texinfo): Check for the above.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index eb0404ff1..decb7d82c 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