From: Alexandre Duret-Lutz Date: Thu, 31 Oct 2002 14:45:37 +0000 (+0000) Subject: * automake.texi (Dist): Fix the distcleancheck_listfiles example. X-Git-Tag: Release-1-7-2b~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eb50c572fd4a8fe661a4dffcff64bf8b68a6723;p=thirdparty%2Fautomake.git * automake.texi (Dist): Fix the distcleancheck_listfiles example. Reported by Karl Berry. --- diff --git a/ChangeLog b/ChangeLog index c48ecb6f2..1a70d07da 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 8d02d688d..fb2a7954d 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 8f44e545f..9126f33d5 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 8f44e545f..9126f33d5 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