use this delta after all
authorJim Meyering <jim@meyering.net>
Wed, 5 Feb 2003 20:39:59 +0000 (20:39 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Feb 2003 20:39:59 +0000 (20:39 +0000)
doc/Makefile.am

index 6817e4f..0856c77 100644 (file)
@@ -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