projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0bc999
)
Regenerate.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 18 Oct 2004 06:34:20 +0000
(06:34 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 18 Oct 2004 06:34:20 +0000
(06:34 +0000)
doc/Makefile.in
patch
|
blob
|
history
diff --git
a/doc/Makefile.in
b/doc/Makefile.in
index 00060d6b2e7eaf2cad9e9a335e30d50066acb1f4..1ac52ea66fdc772ee1beeb97143c074f14ecc3e1 100644
(file)
--- 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