1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 09:06:50 +02:00

(check-texinfo): Add builtin' and builtins' to

the list of words to avoid.
This commit is contained in:
Jim Meyering
2004-10-12 07:58:47 +00:00
parent 5e291def7c
commit 1ba2928bd0
+1
View 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