From 8b236d9b4a3bb51c6f184e346cafbd45d9c9128e Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 17 Mar 2008 07:14:29 +0100 Subject: [PATCH] Fix nits in the manual. * doc/automake.texi (Requirements, Linking, Extending): Fix underfull and overfull lines, fix wording a bit. Signed-off-by: Ralf Wildenhues --- ChangeLog | 3 +++ doc/automake.texi | 11 ++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 64fe7f034..60304d668 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-03-17 Ralf Wildenhues + * 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. diff --git a/doc/automake.texi b/doc/automake.texi index a56eca455..eb86e45ac 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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 -- 2.47.2