* automake.texi (Dist): Fix the distcleancheck_listfiles example.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 31 Oct 2002 14:45:37 +0000 (14:45 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 31 Oct 2002 14:45:37 +0000 (14:45 +0000)
Reported by Karl Berry.

ChangeLog
automake.texi
stamp-vti
version.texi

index c48ecb6..1a70d07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-31  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * automake.texi (Dist): Fix the distcleancheck_listfiles example.
+       Reported by Karl Berry.
+
 2002-10-31  Akim Demaille  <akim@epita.fr>
 
        * tests/location.test (Makefile.am): Strengthen.
index 8d02d68..fb2a795 100644 (file)
@@ -4230,7 +4230,7 @@ following definition instead:
 
 @example
 distcleancheck_listfiles = \
-  find -type f -exec sh -c 'test -f $(scrdir)/@{@} || echo @{@}'
+  find -type f -exec sh -c 'test -f $(srcdir)/@{@} || echo @{@}' ';'
 @end example
 
 The above definition is not the default because it's usually an error if
index 8f44e54..9126f33 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 17 October 2002
+@set UPDATED 31 October 2002
 @set UPDATED-MONTH October 2002
 @set EDITION 1.7a
 @set VERSION 1.7a
index 8f44e54..9126f33 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 17 October 2002
+@set UPDATED 31 October 2002
 @set UPDATED-MONTH October 2002
 @set EDITION 1.7a
 @set VERSION 1.7a