[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-139-g8b236d9 |
Date: |
Mon, 17 Mar 2008 06:15:03 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=8b236d9b4a3bb51c6f184e346cafbd45d9c9128e
The branch, master has been updated
via 8b236d9b4a3bb51c6f184e346cafbd45d9c9128e (commit)
from fb3a73124a4eeee2f5cbf0b1c5018fb4fba72d6a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8b236d9b4a3bb51c6f184e346cafbd45d9c9128e
Author: Ralf Wildenhues <address@hidden>
Date: Mon Mar 17 07:14:29 2008 +0100
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 <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 3 +++
doc/automake.texi | 11 ++++++-----
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 64fe7f0..60304d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-03-17 Ralf Wildenhues <address@hidden>
+ * 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 a56eca4..eb86e45 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 @address@hidden 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,
address@hidden, or @code{XFAIL_TESTS}) being rewritten to append
address@hidden(EXEEXT)}), the contents of a @file{Makefile.am} is copied to
address@hidden verbatim.
@cindex copying semantics
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-139-g8b236d9,
Ralf Wildenhues <=