]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix nits in the manual.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 17 Mar 2008 06:14:29 +0000 (07:14 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 17 Mar 2008 06:14:29 +0000 (07:14 +0100)
* doc/automake.texi (Requirements, Linking, Extending):
Fix underfull and overfull lines, fix wording a bit.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/automake.texi

index 64fe7f03423f342d62fdfd6fb2be90bef43e1600..60304d668223df796ed7b9f1d7ee77896478cab9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * doc/automake.texi (Requirements, Linking, Extending):
+       Fix underfull and overfull lines, fix wording a bit.
+
        * lib/config.guess, lib/config.sub, lib/texinfo.tex: Sync from
        upstream.
 
index a56eca455146257f789724338b2b0fb78ebf243f..eb86e45ac237cda2f6c71b75bcd4dc0cc81cb054 100644 (file)
@@ -2575,7 +2575,7 @@ AC_CONFIG_FILES([Makefile:top.in:Makefile.in:bot.in])
 @noindent
 @command{automake} will generate the first @file{.in} input file for
 which a @file{.am} file exists.  If no such file exists the output
-file is not considered to be Automake generated.
+file is not considered to be generated by Automake.
 
 Files created by @code{AC_CONFIG_FILES}, be they Automake
 @file{Makefile}s or not, are all removed by @samp{make distclean}.
@@ -4527,7 +4527,7 @@ cause an invalid value for @code{@var{prog}_DEPENDENCIES} to be
 generated.
 
 @ref{Conditional Sources} shows a situation where @code{_DEPENDENCIES}
-is useful.
+may be used.
 
 @cindex @code{LDADD} and @option{-l}
 @cindex @option{-l} and @code{LDADD}
@@ -9119,9 +9119,10 @@ resort to handwritten rules or even handwritten @file{Makefile}s.
 @node Extending
 @section Extending Automake Rules
 
-With some minor exceptions (like @code{_PROGRAMS} variables, @code{TESTS},
-or @code{XFAIL_TESTS}) being rewritten to append @samp{$(EXEEXT)}), the
-contents of a @file{Makefile.am} is copied to @file{Makefile.in} verbatim.
+With some minor exceptions (for example @code{_PROGRAMS} variables,
+@code{TESTS}, or @code{XFAIL_TESTS}) being rewritten to append
+@samp{$(EXEEXT)}), the contents of a @file{Makefile.am} is copied to
+@file{Makefile.in} verbatim.
 
 @cindex copying semantics