]> 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:55:18 +0000 (11:55 +0200)
* doc/automake.texi (Automatic dependency tracking): Fix typo.

ChangeLog
doc/automake.texi

index 8f306eeb307515555e9ab9380870f24b78c40b32..0581aed8aef0a9f6a9f7bf040aefc7149adbdaf7 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 6cf49340addc6d0edf341f7d9d7074d6504cad2e..0aa1b12f2477287833b710f4d9a2f3042804ed2e 100644 (file)
@@ -6777,7 +6777,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}).