]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(check-texinfo): Add `builtin' and `builtins' to
authorJim Meyering <jim@meyering.net>
Tue, 12 Oct 2004 07:58:47 +0000 (07:58 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 12 Oct 2004 07:58:47 +0000 (07:58 +0000)
the list of words to avoid.

doc/Makefile.am

index 8b526086ca2ee3707f231f47d6c7f4624da5d38b..f138ad9f47a8bf34999339f94a91dadcf1cff895 100644 (file)
@@ -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