diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-20 07:13:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-20 07:13:36 +0000 |
commit | 7cb0b72a2c643b4abeeaae011f3e83aa3644ce08 (patch) | |
tree | 9bdc91c615663d77ac699728ed8318f961e13076 /doc | |
parent | 15b998e0d05c15d6869fed9d404687a8c24440c0 (diff) | |
download | coreutils-7cb0b72a2c643b4abeeaae011f3e83aa3644ce08.tar.xz |
.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 8eeece47a..e3968bfd1 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -142,11 +142,11 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \ $(top_srcdir)/m4/utimes.m4 $(top_srcdir)/m4/vasnprintf.m4 \ $(top_srcdir)/m4/vasprintf.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xalloc.m4 \ - $(top_srcdir)/m4/xgetcwd.m4 $(top_srcdir)/m4/xnanosleep.m4 \ - $(top_srcdir)/m4/xreadlink.m4 $(top_srcdir)/m4/xstrtod.m4 \ - $(top_srcdir)/m4/xstrtoimax.m4 $(top_srcdir)/m4/xstrtol.m4 \ - $(top_srcdir)/m4/xstrtoumax.m4 $(top_srcdir)/m4/yesno.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/xfts.m4 $(top_srcdir)/m4/xgetcwd.m4 \ + $(top_srcdir)/m4/xnanosleep.m4 $(top_srcdir)/m4/xreadlink.m4 \ + $(top_srcdir)/m4/xstrtod.m4 $(top_srcdir)/m4/xstrtoimax.m4 \ + $(top_srcdir)/m4/xstrtol.m4 $(top_srcdir)/m4/xstrtoumax.m4 \ + $(top_srcdir)/m4/yesno.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs @@ -648,6 +648,8 @@ check-texinfo: '/\bPOSIX\b/ && !/\@acronym{POSIX}/ && !/^\* / || /{posix}/ and print,exit 1' \ $(srcdir)/*.texi 2> /dev/null || fail=1; }; \ grep -iwE 'builtins?' $(srcdir)/*.texi && fail=1; \ + grep -iwE 'path(name)?s?' $(srcdir)/*.texi \ + | grep -vE '@vindex PATH$$|@env{PATH}' && fail=1; \ exit $$fail check: check-texinfo |