summaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-24 15:19:40 +0000
committerJim Meyering <jim@meyering.net>2004-03-24 15:19:40 +0000
commitb3601c900a90e589af48a79d25bc129e19325e69 (patch)
tree29268c36eb7a74a27acd4b3dfc649bdfb43aef3b /doc/Makefile.in
parenta3be1616713b07ec29bb1c4d71c4f99a8ecfced5 (diff)
downloadcoreutils-b3601c900a90e589af48a79d25bc129e19325e69.tar.xz
.
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index fa8220d74..270606214 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -603,10 +603,13 @@ $(DVIS): $(EXTRA_DIST)
$(INFO_DEPS): $(EXTRA_DIST)
# List words/regexps here that should not appear in the texinfo documentation.
+# E.g., use @sc{nul}, not `NUL'
+# and use `time zone', not `timezone'.
check-texinfo:
fail=0; \
grep timezone $(srcdir)/*.texi && fail=1; \
grep non-zero $(srcdir)/*.texi && fail=1; \
+ grep -w NUL $(srcdir)/*.texi && fail=1; \
grep '\$$@"' $(srcdir)/*.texi && fail=1; \
$(PERL) -e 1 2> /dev/null && { $(PERL) -ne \
'/\bPOSIX\b/ && !/\@acronym{POSIX}/ && !/^\* / || /{posix}/ and print,exit 1' \