diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-10 19:32:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-10 19:32:23 +0000 |
commit | d85d39bf4c40423cc3501c9d518c9cbe601300cf (patch) | |
tree | ff9965fc11cf01e84eeaeccd9b1c2db5c259865c /doc | |
parent | 00e065355d4fe71d8e9fb9496ec091cdadfdea25 (diff) | |
download | coreutils-d85d39bf4c40423cc3501c9d518c9cbe601300cf.tar.xz |
(check-texinfo): Check for uses of non-zero. I prefer to spell it `nonzero'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index f66aa25e1..a870d1e5f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -28,6 +28,7 @@ $(INFO_DEPS): $(EXTRA_DIST) check-texinfo: fail=0; \ grep timezone $(srcdir)/*.texi && fail=1; \ + grep non-zero $(srcdir)/*.texi && fail=1; \ grep '\$$@"' $(srcdir)/*.texi && fail=1; \ $(PERL) -e 1 2> /dev/null && { $(PERL) -ne \ '/\bPOSIX\b/ && !/\@acronym{POSIX}/ && !/^\* / || /{posix}/ and print,exit 1' \ |