diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-05 20:29:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-05 20:29:14 +0000 |
commit | 55b9fdf667f151b80197d86c49b84be933372abe (patch) | |
tree | 0e2825b5744b73439fabf3d8bd6cba335c37130e /doc | |
parent | 66fce3b57240e7ea2fe0b89ca239bed1c6dcccf2 (diff) | |
download | coreutils-55b9fdf667f151b80197d86c49b84be933372abe.tar.xz |
(check-texinfo): Allow bare `POSIX' to be used on direntry lines.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 6817e4fe5..0856c7749 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 |