From a56e9c5a4da91fdb8fa1729770d943416937f686 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 8 Jul 2006 05:31:59 +0000 Subject: * Makefile.am (check-texinfo): Enforce the zeros vs. zeroes consistency. --- doc/ChangeLog | 4 ++++ doc/Makefile.am | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 35660ff9d..390275043 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-07-08 Jim Meyering + + * Makefile.am (check-texinfo): Enforce the zeros vs. zeroes consistency. + 2006-07-08 Ralf Wildenhues * coreutils.texi: Fix some typos. Use `zeros' consistently (both diff --git a/doc/Makefile.am b/doc/Makefile.am index b6be901d5..ac5b400bf 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -30,7 +30,8 @@ W_ = ([^A-Za-z0-9_]|$$) # List words/regexps here that should not appear in the texinfo documentation. # E.g., use @sc{nul}, not `NUL' -# and use `time zone', not `timezone'. +# Use `time zone', not `timezone'. +# Use `zeros', not `zeroes' (nothing wrong with `zeroes'. just be consistent). check-texinfo: fail=0; \ grep timezone $(srcdir)/*.texi && fail=1; \ @@ -45,6 +46,7 @@ check-texinfo: $(PERL) -e 1 2> /dev/null && { $(PERL) -ne \ '/\bPOSIX\b/ && !/\@acronym{POSIX}/ && !/^\* / || /{posix}/ and print,exit 1' \ $(srcdir)/*.texi 2> /dev/null || fail=1; }; \ + $(EGREP) -i '$(_W)zeroes$(W_)' $(srcdir)/*.texi && fail=1; \ $(EGREP) -i '$(_W)builtins?$(W_)' $(srcdir)/*.texi && fail=1; \ $(EGREP) -i '$(_W)path(name)?s?$(W_)' $(srcdir)/*.texi \ | $(EGREP) -v '@vindex PATH$$|@env[{]PATH[}]' && fail=1; \ -- cgit v1.2.3-70-g09d2