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.
@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}.
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}
@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