* doc/automake.texi (Automatic dependency tracking): Fix typo.
+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.
@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}).