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

(check-texinfo): Adapt to reflect that now we use @acronym{POSIX}.

This commit is contained in:
Jim Meyering
2002-05-27 20:01:03 +00:00
parent 625d533476
commit ab0ab21b2e
+2 -1
View File
@@ -31,6 +31,7 @@ $(INFO_DEPS): $(EXTRA_DIST)
# List words/regexps here that should not appear in the texinfo documentation.
check-texinfo:
grep timezone $(srcdir)/*.texi && exit 1 || :
grep -w POSIX $(srcdir)/*.texi 2> /dev/null && exit 1 || :
perl -ne '/\bPOSIX\b/i && !/\@acronym{POSIX}/ and print,exit 1' \
$(srcdir)/*.texi 2> /dev/null && : || exit 1
check: check-texinfo