summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-20 18:18:17 +0000
committerJim Meyering <jim@meyering.net>2001-05-20 18:18:17 +0000
commit67785d9d8212e8470758d62e2e718163cd18c9d0 (patch)
treeb23ff2c62369e4b448ee70c01f4a818cdf4325ba /doc
parent4b532bfa2fc3a0875a4f8c734a64ee46572c969c (diff)
downloadcoreutils-67785d9d8212e8470758d62e2e718163cd18c9d0.tar.xz
.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 73c9f94f9..4eeabed7b 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -362,6 +362,13 @@ uninstall-info: uninstall-info-am
mostlyclean-aminfo mostlyclean-generic mostlyclean-vti \
uninstall uninstall-am uninstall-info-am
+
+# List words/regexps here that should not appear in the texinfo documentation.
+check-texinfo:
+ grep timezone $(srcdir)/*.texi && exit 1 || :
+ grep -w POSIX $(srcdir)/*.texi && exit 1 || :
+
+check: check-texinfo
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: