From: Jim Meyering Date: Tue, 12 Oct 2004 07:58:47 +0000 (+0000) Subject: (check-texinfo): Add `builtin' and `builtins' to X-Git-Tag: v5.3.0~554 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba2928bd0eb3a962af70c601b4cef821c8adb1b;p=thirdparty%2Fcoreutils.git (check-texinfo): Add `builtin' and `builtins' to the list of words to avoid. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 8b526086ca..f138ad9f47 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -41,6 +41,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; }; \ + grep -iwE 'builtins?' $(srcdir)/*.texi && fail=1; \ exit $$fail check: check-texinfo