From: Jim Meyering Date: Sun, 20 May 2001 18:18:17 +0000 (+0000) Subject: . X-Git-Tag: CPPI-1_9~90 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=67785d9d8212e8470758d62e2e718163cd18c9d0;p=thirdparty%2Fcoreutils.git . --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 73c9f94f98..4eeabed7b8 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: diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e9e3729143..f7a192b24b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +2001-05-20 Jim Meyering + + * 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 * doc/fileutils.texi: Remove.