From f8ba1f4fabc5290d78c10fbaf2d1737939d42242 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 17 Aug 2010 19:23:47 +0200 Subject: [PATCH] Fix typo in manual (`Makefile.in' instead of `Makefile.am'). * doc/automake.texi (Automatic dependency tracking): Fix typo. --- ChangeLog | 5 +++++ doc/automake.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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}). -- 2.47.2