]> sourceware.org Git - automake.git/commitdiff
* doc/automake.texi (Multiple Outputs): Typo.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 1 Feb 2004 16:28:50 +0000 (16:28 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 1 Feb 2004 16:28:50 +0000 (16:28 +0000)
ChangeLog
doc/automake.texi

index 860fa4b9d0ec2ad0616948cdcd99be90e5bbe22c..5cc62254c097235c680086584f6550270ac95e7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-02-01  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * 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  <adl@gnu.org>
 
index 2ea0c3472e154a478ecb1dd8fc7e83621e6513a1..e8f2ea6e1bfb518bbca1962bf050fd51f5defeae 100644 (file)
@@ -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
This page took 0.045611 seconds and 5 git commands to generate.