automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-319-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-319-geb8aece
Date: Wed, 18 Aug 2010 10:09:12 +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=eb8aece54c19af2dc88581f549477211b7e3d60c

The branch, master has been updated
       via  eb8aece54c19af2dc88581f549477211b7e3d60c (commit)
       via  f8ba1f4fabc5290d78c10fbaf2d1737939d42242 (commit)
      from  67211bd93c06b64f7a58fc266a8f9dcbbf24b2f5 (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 eb8aece54c19af2dc88581f549477211b7e3d60c
Author: Stefano Lattarini <address@hidden>
Date:   Tue Aug 17 22:19:08 2010 +0200

    Docs: clarify how to avoid automatic dependencies tracking.
    
    * doc/automake.texi (Automatic dependency tracking): Mention that
    automatic dependencies tracking is enabled by default, but that
    the package developer can disable it altogether.  Add a reference
    to the proper section for a more in-depth explanation.

commit f8ba1f4fabc5290d78c10fbaf2d1737939d42242
Author: Stefano Lattarini <address@hidden>
Date:   Tue Aug 17 19:23:47 2010 +0200

    Fix typo in manual (`Makefile.in' instead of `Makefile.am').
    
    * doc/automake.texi (Automatic dependency tracking): Fix typo.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |   12 ++++++++++++
 doc/automake.texi |    6 +++++-
 2 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8f306ee..2ebac07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-17  Stefano Lattarini  <address@hidden>
+           Ralf Wildenhues  <address@hidden>
+
+       Docs: clarify how to avoid automatic dependencies tracking.
+       * doc/automake.texi (Automatic dependency tracking): Mention that
+       automatic dependencies tracking is enabled by default, but that
+       the package developer can disable it altogether.  Add a reference
+       to the proper section for a more in-depth explanation.
+
+       Fix typo in manual (`Makefile.in' instead of `Makefile.am').
+       * doc/automake.texi (Automatic dependency tracking): Fix typo.
+
 2010-08-16  Bruno Haible  <address@hidden>
 
        Don't hide the table of contents.
diff --git a/doc/automake.texi b/doc/automake.texi
index 6cf4934..45d398f 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -1247,6 +1247,10 @@ source being compiled).  Later, any time @command{make} 
is run and a
 dependency appears to have changed, the dependent files will be
 rebuilt.
 
+Automake generates code for automatic dependency tracking by default,
+unless the developer chooses to override it; for more information,
address@hidden
+
 When @command{configure} is executed, you can see it probing each
 compiler for the dependency mechanism it supports (several mechanisms
 can be used):
@@ -6777,7 +6781,7 @@ vs.@: @code{LIBOBJS}, autoconf, The Autoconf Manual})
 @section Automatic dependency tracking
 
 As a developer it is often painful to continually update the
address@hidden whenever the include-file dependencies change in a
address@hidden whenever the include-file dependencies change in a
 project.  Automake supplies a way to automatically track dependency
 changes (@pxref{Dependency Tracking}).
 


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]