From 55b9fdf667f151b80197d86c49b84be933372abe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 5 Feb 2003 20:29:14 +0000 Subject: [PATCH] (check-texinfo): Allow bare `POSIX' to be used on direntry lines. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 6817e4f..0856c77 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 -- 2.7.4