]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix typo in manual (`Makefile.in' instead of `Makefile.am').
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 17 Aug 2010 17:23:47 +0000 (19:23 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 18 Aug 2010 09:54:56 +0000 (11:54 +0200)
* doc/automake.texi (Automatic dependency tracking): Fix typo.

ChangeLog
doc/automake.texi

index 15b6a86b95de990a29feaa3a29a2648a4c753129..8226a5f25842d9d435b4f8073c71e31a40f75f7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       Fix typo in manual (`Makefile.in' instead of `Makefile.am').
+       * doc/automake.texi (Automatic dependency tracking): Fix typo.
+
 2010-08-16  Bruno Haible  <bruno@clisp.org>
 
        Don't hide the table of contents.
index bd0e6b347722f9050c8630ea12b418f6485d1eaf..39c05cd99705dcf9b457a9fa16f6501e1ac405a5 100644 (file)
@@ -6769,7 +6769,7 @@ vs.@: @code{LIBOBJS}, autoconf, The Autoconf Manual})
 @section Automatic dependency tracking
 
 As a developer it is often painful to continually update the
-@file{Makefile.in} whenever the include-file dependencies change in a
+@file{Makefile.am} whenever the include-file dependencies change in a
 project.  Automake supplies a way to automatically track dependency
 changes (@pxref{Dependency Tracking}).