summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-08-26 13:26:26 +0200
committerJim Meyering <meyering@redhat.com>2012-08-26 22:46:54 +0200
commit9766362d074a5b5a29f5798a63a7db43f82eaf09 (patch)
treecf5818720dc0e60f28259ec7452290186130ed8d /doc
parent87e71b2d771ab7267ec7f5bfb218ae8be8d2e093 (diff)
downloadcoreutils-9766362d074a5b5a29f5798a63a7db43f82eaf09.tar.xz
tests: don't require @acronym{...} around POSIX
* doc/Makefile.am (check-texinfo): Remove POSIX-checking part.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0de9213fb..dea27564c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -61,7 +61,6 @@ syntax_checks = \
.PHONY: $(syntax_checks) check-texinfo
# List words/regexps here that should not appear in the texinfo documentation.
-BAD_POSIX_PERL = /\bPOSIX\b/ && !/\@acronym{POSIX}/ && !/^\* / || /{posix}/
check-texinfo: $(syntax_checks)
$(AM_V_GEN)fail=0; \
grep '@url{' $(srcdir)/*.texi && fail=1; \
@@ -70,9 +69,6 @@ check-texinfo: $(syntax_checks)
grep -n filename $(srcdir)/*.texi \
| $(EGREP) -v 'setfilename|[{]filename[}]' \
&& fail=1; \
- $(PERL) -e 1 2> /dev/null && { $(PERL) -ne \
- '$(BAD_POSIX_PERL) and print,exit 1' \
- $(srcdir)/*.texi 2> /dev/null || fail=1; }; \
exit $$fail
sc-avoid-builtin: