From 0f32c823c45e8a90027836753574dcd7a7af75a2 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 31 Oct 2002 14:45:36 +0000 Subject: [PATCH] * automake.texi (Dist): Fix the distcleancheck_listfiles example. Reported by Karl Berry. --- ChangeLog | 5 +++++ automake.texi | 2 +- stamp-vti | 2 +- version.texi | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c48ecb6f..1a70d07d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-31 Alexandre Duret-Lutz + + * automake.texi (Dist): Fix the distcleancheck_listfiles example. + Reported by Karl Berry. + 2002-10-31 Akim Demaille * tests/location.test (Makefile.am): Strengthen. diff --git a/automake.texi b/automake.texi index 8d02d688..fb2a7954 100644 --- a/automake.texi +++ b/automake.texi @@ -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 diff --git a/stamp-vti b/stamp-vti index 8f44e545..9126f33d 100644 --- 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 diff --git a/version.texi b/version.texi index 8f44e545..9126f33d 100644 --- a/version.texi +++ b/version.texi @@ -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 -- 2.43.5