From: Alexandre Duret-Lutz Date: Sun, 10 Oct 2004 15:58:07 +0000 (+0000) Subject: * doc/automake.texi (Extending): Typo. X-Git-Tag: Release-1-9b~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b84865d3725d1566a896839b2a573bfb644ab5;p=thirdparty%2Fautomake.git * doc/automake.texi (Extending): Typo. --- diff --git a/ChangeLog b/ChangeLog index 065d6177c..55672d2ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-10 Stepan Kasal (tiny change) + + * doc/automake.texi (Extending): Typo. + 2004-10-10 Martin Waitz (tiny change) * m4/as.m4 (AM_PROG_AS): Check dependency tracking mode for CCAS. diff --git a/doc/automake.texi b/doc/automake.texi index 4aeeaa162..e03eab3e3 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -6748,7 +6748,7 @@ target without redefining the entire rule. @cindex local targets However, various useful targets have a @samp{-local} version you can -specify in your @file{Makefile.in}. Automake will supplement the +specify in your @file{Makefile.am}. Automake will supplement the standard target with these user-supplied targets. @trindex all