]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 20 May 2001 18:18:17 +0000 (18:18 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 20 May 2001 18:18:17 +0000 (18:18 +0000)
doc/Makefile.in
old/fileutils/ChangeLog

index 73c9f94f986498b45308c0b5b2a36942bb95b404..4eeabed7b8508caeb4ffa7c66b43fba47653efca 100644 (file)
@@ -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:
index e9e37291433bf154e0cfe5b67d648eb3d88bfbad..f7a192b24b18772cfff36ed67087ad6dccb609ab 100644 (file)
@@ -1,3 +1,14 @@
+2001-05-20  Jim Meyering  <meyering@lucent.com>
+
+       * doc/Makefile.am (EXTRA_DIST): Add constants.texi and doclicense.texi.
+       (info_TEXINFOS): s/fileutils/omni-utils/.
+       (check-texinfo): New rule.
+       (check): Depend on check-texinfo.
+
+       * doc/omni-utils.texi (uniq invocation): Document the new optional
+       arguments to the --all-repeated option.
+       Make all references to POSIX use @sc{posix}.
+
 2001-05-19  Jim Meyering  <meyering@lucent.com>
 
        * doc/fileutils.texi: Remove.