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.
(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>
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