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: v1.11.1b~57^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92783d30b5696a08412ef98d1bdf886b65829ed8;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 15b6a86b9..8226a5f25 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 bd0e6b347..39c05cd99 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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}).