]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* doc/automake.texi (Built sources example): Fix typo.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 24 Nov 2004 21:03:59 +0000 (21:03 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 24 Nov 2004 21:03:59 +0000 (21:03 +0000)
ChangeLog
doc/automake.texi
doc/stamp-vti
doc/version.texi

index b7889a40dbbb59cc053c312e236aeecc79bb21c8..f9b13a96d9b4354a450bb76d7db42512e4caa413 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/automake.texi (Built sources example): Fix typo.
+
 2004-11-22  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * aclocal.in (parse_arguments): Diagnose abbreviation ambiguous with
index b995095365efbcaf93dabae36af264359fab9b66..8aefa6b9d095d4f94d7a68744215685ae2488f6f 100644 (file)
@@ -5036,7 +5036,7 @@ foo_SOURCES = foo.c bindir.h
 nodist_foo_SOURCES = bindir.c
 CLEANFILES = bindir.c
 bindir.c: Makefile
-        echo 'const char bindir[] = "$(bindir)";' >$@
+        echo 'const char bindir[] = "$(bindir)";' >$@@
 @end example
 
 @file{bindir.h} contains just the variable's declaration and doesn't
index c9071b8e81361a3711a3bbfe59c1ac03e3f40666..a209a89e791c58eb34e9f85ab7be883e1d45aa55 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 4 November 2004
+@set UPDATED 24 November 2004
 @set UPDATED-MONTH November 2004
 @set EDITION 1.9a
 @set VERSION 1.9a
index c9071b8e81361a3711a3bbfe59c1ac03e3f40666..a209a89e791c58eb34e9f85ab7be883e1d45aa55 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 4 November 2004
+@set UPDATED 24 November 2004
 @set UPDATED-MONTH November 2004
 @set EDITION 1.9a
 @set VERSION 1.9a