diff options
author | Jim Meyering <jim@meyering.net> | 2007-12-31 11:28:02 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-12-31 11:28:02 +0100 |
commit | d1cfc46855e00b95623784e54290d27bf00938c2 (patch) | |
tree | f26a05eeeb4e4c9dbaaf851cc45d9b975bfd596a /ChangeLog | |
parent | bad0510aea5e4dfbe7cec2deb3c4926701c6323c (diff) | |
download | coreutils-d1cfc46855e00b95623784e54290d27bf00938c2.tar.xz |
Add a syntax check, so this doesn't recur. Reorganize existing checks.
* doc/Makefile.am (sc-exponent-grouping):
(syntax_checks): New variable.
(sc-avoid-io, sc-avoid-non-zero, sc-avoid-timezone):
(sc-avoid-zeroes, sc-use-small-caps-NUL): New rules, extracted
from check-texinfo.
(check-texinfo): Depend on $(syntax_checks).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,14 @@ * doc/coreutils.texi (Block size): Put braces around multi-digit exponents. Reported by Darrel Francis. + Add a syntax check, so this doesn't recur. Reorganize existing checks. + * doc/Makefile.am (sc-exponent-grouping): + (syntax_checks): New variable. + (sc-avoid-io, sc-avoid-non-zero, sc-avoid-timezone): + (sc-avoid-zeroes, sc-use-small-caps-NUL): New rules, extracted + from check-texinfo. + (check-texinfo): Depend on $(syntax_checks). + 2007-12-30 Mike Frysinger <vapier@gentoo.org> * src/dircolors.hin (TERM): Add gnome-256color. |