From aa1bb7f416e70a2f6d0f432538ab24fa42bb7d5a Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 31 Mar 2005 18:22:23 +0000 Subject: [PATCH] * doc/automake.texi: Fix a few typos. --- ChangeLog | 4 ++++ doc/automake.texi | 14 +++++++------- doc/stamp-vti | 2 +- doc/version.texi | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 971d5c9ed..cd6097628 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-31 Stepan Kasal + + * doc/automake.texi: Fix a few typos. + 2005-03-30 Alexandre Duret-Lutz * doc/automake.texi (Uniform): Use xmldir instead of htmldir as diff --git a/doc/automake.texi b/doc/automake.texi index 7c6f82056..1c11cf96e 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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 diff --git a/doc/stamp-vti b/doc/stamp-vti index 99586a780..68b729652 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -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 diff --git a/doc/version.texi b/doc/version.texi index 99586a780..68b729652 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -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 -- 2.47.2