From: Alexandre Duret-Lutz Date: Tue, 29 Mar 2005 23:41:28 +0000 (+0000) Subject: * doc/automake.texi (Multiple Outputs): Fix mistakes reported by X-Git-Tag: Release-1-9b~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecbd83fa461e6b0c2ad54a39ad3be38e71d292a8;p=thirdparty%2Fautomake.git * doc/automake.texi (Multiple Outputs): Fix mistakes reported by Jim Meyering. --- diff --git a/doc/automake.texi b/doc/automake.texi index 9d1f82999..3b7631b1a 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -9009,6 +9009,7 @@ data.c data.h data.w data.x: data.stamp while test -d data.lock; do sleep 1; done; \ ## Succeed if and only if the first process succeeded. test -f data.stamp; exit $$?; \ + fi; \ fi @end example diff --git a/doc/stamp-vti b/doc/stamp-vti index 1c752fe72..99586a780 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 29 March 2005 +@set UPDATED 30 March 2005 @set UPDATED-MONTH March 2005 @set EDITION 1.9a @set VERSION 1.9a diff --git a/doc/version.texi b/doc/version.texi index 1c752fe72..99586a780 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 29 March 2005 +@set UPDATED 30 March 2005 @set UPDATED-MONTH March 2005 @set EDITION 1.9a @set VERSION 1.9a