From ec0b25be75bb8c740ecf1ebee8a9b3b2072550cc Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 1 Feb 2004 16:28:50 +0000 Subject: [PATCH] * doc/automake.texi (Multiple Outputs): Typo. --- ChangeLog | 4 +++- doc/automake.texi | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 860fa4b9..5cc62254 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-02-01 Alexandre Duret-Lutz + * doc/automake.texi (Multiple Outputs): Typo. + * doc/automake.texi (Emacs Lisp): Typos. Support for conditional _LISP. @@ -17,7 +19,7 @@ (elc-stamp): Make sure elc-stamp is older that all .elc files, as explained in the manual entry below. - * doc/automake.texi (multiple outputs): New node. + * doc/automake.texi (Multiple Outputs): New node. 2004-01-31 Alexandre Duret-Lutz diff --git a/doc/automake.texi b/doc/automake.texi index 2ea0c347..e8f2ea6e 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -7298,7 +7298,7 @@ data.h: data.c The idea is that @code{foo data.foo} is run only when @file{data.c} need to be updated, but we further state that @file{data.h} depends upon @file{data.c}. That way, if @file{data.h} is required and -@file{data.foo} is out of data, the dependency on @file{data.c} will +@file{data.foo} is out of date, the dependency on @file{data.c} will trigger the build. This is almost perfect, but suppose we have built @file{data.h} and -- 2.43.5