>>> "Stepan" == Stepan Kasal <[EMAIL PROTECTED]> writes:
[...]
Stepan> 1) I noticed typos; see the patch attached.
Stepan> 2) Regarding the sentence:
[...]
Thanks. I installed the following on HEAD, and the Options
chunk on branch-1-9.
2005-02-08 Stepan Kasal <[EMAIL PROTECTED]>
* doc/automake.texi (Requirements, Options): Typos.
Index: doc/automake.texi
===================================================================
RCS file: /cvs/automake/automake/doc/automake.texi,v
retrieving revision 1.95
diff -u -r1.95 automake.texi
--- doc/automake.texi 7 Feb 2005 22:48:57 -0000 1.95
+++ doc/automake.texi 8 Feb 2005 21:38:37 -0000
@@ -1379,12 +1379,12 @@
@noindent
Here cleaning, distributing, and rebuilding are done automatically,
-because @[EMAIL PROTECTED]@}} is know at @code{make}-time.
+because @[EMAIL PROTECTED]@}} is known at @code{make}-time.
Note that you should not use shell variables to declare
@file{Makefile} files for which @command{automake} must create
@file{Makefile.in}. Even @code{AC_SUBST} does not help here, because
[EMAIL PROTECTED] needs to know the filename at run-time in order to
[EMAIL PROTECTED] needs to know the filename when it runs in order to
check whether @file{Makefile.am} exists. (In the very hairy case that
your setup requires such use of variables, you will have to tell
Automake which @file{Makefile.in}s to generate on the command-line.)
@@ -6901,7 +6901,7 @@
These options must be passed as argument to @code{AM_INIT_AUTOMAKE}
(@pxref{Macros}) because they can require additional configure checks.
-Automake will complain if it sees such options in a
+Automake will complain if it sees such options in an
@code{AUTOMAKE_OPTIONS} variable.
@code{tar-v7} selects the old V7 tar format. This is the historical
--
Alexandre Duret-Lutz