]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 24 Mar 2004 15:19:40 +0000 (15:19 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Mar 2004 15:19:40 +0000 (15:19 +0000)
doc/Makefile.in
lib/Makefile.in

index fa8220d742c2c31cc51e57f949b568cf7c8e069c..270606214963918c6371bae610f544874df9cf3c 100644 (file)
@@ -603,10 +603,13 @@ $(DVIS): $(EXTRA_DIST)
 $(INFO_DEPS): $(EXTRA_DIST)
 
 # List words/regexps here that should not appear in the texinfo documentation.
+# E.g., use @sc{nul}, not `NUL'
+# and use `time zone', not `timezone'.
 check-texinfo:
        fail=0; \
        grep timezone $(srcdir)/*.texi && fail=1; \
        grep non-zero $(srcdir)/*.texi && fail=1; \
+       grep -w NUL $(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' \
index 4d7642f961147a4982a0d4a65dec36fb5eebc991..076da9dfe6e86bebc3a9abe0c6f1ba2510bc70ca 100644 (file)
@@ -413,7 +413,7 @@ libfetish_a_SOURCES = \
   posixtm.c posixtm.h \
   posixver.c posixver.h \
   strftime.c strftime.h \
-  getopt.c getopt.h getopt1.c \
+  getopt.c getopt.h getopt1.c getopt_int.h \
   hash.c hash.h \
   hash-pjw.c hash-pjw.h \
   __fpending.h \