]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* 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 c48ecb6f2a304525b627017d44138193c39dd08d..1a70d07dae2bb03414d399602b40908c01fb4bac 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 8d02d688d088d785c268db958fd2c8b416512e47..fb2a7954d0e483b480ebdf40101d0aabca83c5cc 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 8f44e545f823916535e085db064818731e3cbf4a..9126f33d5c6f471c01f051a04ffbb8d03b7205ee 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 8f44e545f823916535e085db064818731e3cbf4a..9126f33d5c6f471c01f051a04ffbb8d03b7205ee 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