summaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-10-18 06:34:20 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-10-18 06:34:20 +0000
commitd7ac96d5866827dced7f4b3734b10de047251b15 (patch)
treed4b3e0b7ebc77b72b38df23603c087d8c728f54a /doc/Makefile.in
parentd0bc999e2f06d9e27438657643a6e11181782de8 (diff)
downloadcoreutils-d7ac96d5866827dced7f4b3734b10de047251b15.tar.xz
Regenerate.
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 00060d6b2..1ac52ea66 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -634,6 +634,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