]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* doc/automake.texi: Fix a few typos.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 31 Mar 2005 18:22:23 +0000 (18:22 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 31 Mar 2005 18:22:23 +0000 (18:22 +0000)
ChangeLog
doc/automake.texi
doc/stamp-vti
doc/version.texi

index 971d5c9ed1995ae3afbf12f066bb0afe4f13d884..cd6097628d9d10093d026f601d564f831b55bd12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-31  Stepan Kasal  <kasal@ucw.cz>
+
+       * doc/automake.texi: Fix a few typos.
+
 2005-03-30  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * doc/automake.texi (Uniform): Use xmldir instead of htmldir as
index 7c6f82056518850e2f50d52f3d08ea703c5d0c8e..1c11cf96eb084b77484be1206966b2a4a91efe6e 100644 (file)
@@ -2926,7 +2926,7 @@ nobase_dist_pkgdata_DATA = images/vortex.pgm sounds/whirl.ogg
 Finally, note that a variable using the @samp{nobase_} prefix can
 always be replaced by several variables, one for each destination
 directory (@pxref{Uniform}).  For instance the last example could be
-rewritten as follows.
+rewritten as follows:
 
 @example
 imagesdir = $(pkgdatadir)/images
@@ -8676,7 +8676,7 @@ Automake to think that this is actually a per-target variable (like
 
 There are other variables in Automake that follow similar principles
 to allow user options.  For instance Texinfo rules (@pxref{Texinfo})
-uses @code{MAKEINFOFLAGS} and @code{AM_MAKEINFOFLAGS}.  Similarly,
+use @code{MAKEINFOFLAGS} and @code{AM_MAKEINFOFLAGS}.  Similarly,
 DejaGnu tests (@pxref{Tests}) use @code{RUNTESTDEFAULTFLAGS} and
 @code{AM_RUNTESTDEFAULTFLAGS}.  The tags and ctags rules
 (@pxref{Tags}) use @code{ETAGSFLAGS}, @code{AM_ETAGSFLAGS},
@@ -9025,7 +9025,7 @@ also removing @file{data.stamp} and the other output files.
 with parallel makes, so you may decide that the recover rule is solely
 to help non-parallel make users and leave things as-is.  Fixing this
 requires some locking mechanism to ensure only one instance of the
-recover rule rebuilds @code{data.stamp}.  One could imagine something
+recover rule rebuilds @file{data.stamp}.  One could imagine something
 along the following lines.
 
 @example
@@ -9048,9 +9048,9 @@ data.c data.h data.w data.x: data.stamp
         fi
 @end example
 
-Using a dedicated witness like this is very handy when the list of
-output files is not known beforehand.  As an illustration, consider
-the following rules to compile many @file{*.el} files into
+Using a dedicated witness, like @file{data.stamp}, is very handy when
+the list of output files is not known beforehand.  As an illustration,
+consider the following rules to compile many @file{*.el} files into
 @file{*.elc} files in a single command.  It does not matter how
 @code{ELFILES} is defined (as long as it is not empty: empty targets
 are not accepted by POSIX).
@@ -9599,7 +9599,7 @@ currently inactive.  Automake 1.2 consequently introduces
 file from a repository of third-party macros.  Because Autoconf has
 stalled, Automake also becomes a kind of repository for such
 third-party macros, even macros completely unrelated to Automake (for
-instance macros that fixes broken Autoconf macros).
+instance macros that fix broken Autoconf macros).
 
 The 1.2 release contains 20 macros, among which the
 @code{AM_INIT_AUTOMAKE} macro that simplifies the creation of
index 99586a780f0e636a0c0d8d126173cbca988d30d0..68b72965265f71bb51ff3d23e8f0c27a1ab43e35 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 30 March 2005
+@set UPDATED 31 March 2005
 @set UPDATED-MONTH March 2005
 @set EDITION 1.9a
 @set VERSION 1.9a
index 99586a780f0e636a0c0d8d126173cbca988d30d0..68b72965265f71bb51ff3d23e8f0c27a1ab43e35 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 30 March 2005
+@set UPDATED 31 March 2005
 @set UPDATED-MONTH March 2005
 @set EDITION 1.9a
 @set VERSION 1.9a