From 1ba2928bd0eb3a962af70c601b4cef821c8adb1b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Oct 2004 07:58:47 +0000 Subject: [PATCH] (check-texinfo): Add `builtin' and `builtins' to the list of words to avoid. --- doc/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2