From: Stefano Lattarini Date: Tue, 17 Aug 2010 17:23:47 +0000 (+0200) Subject: Fix typo in manual (`Makefile.in' instead of `Makefile.am'). X-Git-Tag: ng-0.5a~382 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8ba1f4fabc5290d78c10fbaf2d1737939d42242;p=thirdparty%2Fautomake.git Fix typo in manual (`Makefile.in' instead of `Makefile.am'). * doc/automake.texi (Automatic dependency tracking): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 8f306eeb3..0581aed8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-08-17 Stefano Lattarini + + Fix typo in manual (`Makefile.in' instead of `Makefile.am'). + * doc/automake.texi (Automatic dependency tracking): Fix typo. + 2010-08-16 Bruno Haible Don't hide the table of contents. diff --git a/doc/automake.texi b/doc/automake.texi index 6cf49340a..0aa1b12f2 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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}).