summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-20 08:21:05 +0000
committerJim Meyering <jim@meyering.net>2001-05-20 08:21:05 +0000
commit4b532bfa2fc3a0875a4f8c734a64ee46572c969c (patch)
tree0cd5c97e779d275df6ee0da6058281ab9dcc6aeb /doc
parent175fa8ef06583695de507a2997f84e82b46d0bba (diff)
downloadcoreutils-4b532bfa2fc3a0875a4f8c734a64ee46572c969c.tar.xz
(EXTRA_DIST): Add constants.texi and doclicense.texi.
(info_TEXINFOS): s/fileutils/omni-utils/. (check-texinfo): New rule. (check): Depend on check-texinfo.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 43c67b122..3a584bd56 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-
-info_TEXINFOS = fileutils.texi
+info_TEXINFOS = omni-utils.texi
-EXTRA_DIST = perm.texi getdate.texi
+EXTRA_DIST = perm.texi getdate.texi constants.texi doclicense.texi
# The following is necessary if the package name is 8 characters or longer.
# If the info documentation would be split into 10 or more separate files,
@@ -12,3 +12,10 @@ EXTRA_DIST = perm.texi getdate.texi
# and those names all map to one 14-byte name (<package>.info-) on some crufty
# old systems.
MAKEINFO = makeinfo --no-split
+
+# 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