diff options
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/Makefile.in | 1 | ||||
-rw-r--r-- | tests/rm/Makefile.in | 3 |
3 files changed, 8 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index d78242f7a..6c247d593 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-07-10 Jim Meyering <meyering@lucent.com> + + * coreutils.texi (du invocation): s/PAT/PATTERN/. + From Martin Michlmayr. + 2002-07-08 Jim Meyering <meyering@lucent.com> * coreutils.texi (cp invocation): Remove unnecessary "$@" in example; diff --git a/doc/Makefile.in b/doc/Makefile.in index f2057e75c..6849e493e 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -391,6 +391,7 @@ $(INFO_DEPS): $(EXTRA_DIST) # List words/regexps here that should not appear in the texinfo documentation. check-texinfo: grep timezone $(srcdir)/*.texi && exit 1 || : + grep '\$$@"' $(srcdir)/*.texi && exit 1 || : @PERL@ -ne \ '/\bPOSIX\b/ && !/\@acronym{POSIX}/ || /{posix}/ and print,exit 1' \ $(srcdir)/*.texi 2> /dev/null && : || exit 1 diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 306b633e1..961b32cf8 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -120,7 +120,8 @@ am__quote = @am__quote@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = dangling-symlink rm1 rm2 rm3 rm4 rm5 \ +TESTS = fail-eperm \ + dangling-symlink rm1 rm2 rm3 rm4 rm5 \ unread2 r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 hash \ isatty # unreadable empty-name |