summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-05 20:31:59 +0000
committerJim Meyering <jim@meyering.net>2003-02-05 20:31:59 +0000
commit0b1bd094999ee6d820059c160f2ff492a260cf3d (patch)
treed38055dc5b8473cc74eafaba64b68fd017d5da2a /doc
parentbfa5d2583c5648c2e457e817ad2ddaa0d5d022b9 (diff)
downloadcoreutils-0b1bd094999ee6d820059c160f2ff492a260cf3d.tar.xz
revert last change: I am removing POSIX from the offending (cksum) line altogether
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0856c7749..6817e4fe5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -33,7 +33,7 @@ check-texinfo:
grep timezone $(srcdir)/*.texi && exit 1 || :
grep '\$$@"' $(srcdir)/*.texi && exit 1 || :
$(PERL) -ne \
- '/\bPOSIX\b/ && !/\@acronym{POSIX}/ && !/^\* / || /{posix}/ and print,exit 1' \
+ '/\bPOSIX\b/ && !/\@acronym{POSIX}/ || /{posix}/ and print,exit 1' \
$(srcdir)/*.texi 2> /dev/null && : || exit 1
check: check-texinfo