From: Alexandre Duret-Lutz Date: Wed, 24 Nov 2004 21:03:59 +0000 (+0000) Subject: * doc/automake.texi (Built sources example): Fix typo. X-Git-Tag: Release-1-9b~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c05c0c90c2dfec183fd7dc10fb2ec5a3e2c0c2e5;p=thirdparty%2Fautomake.git * doc/automake.texi (Built sources example): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index b7889a40d..f9b13a96d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-24 Ralf Wildenhues + + * doc/automake.texi (Built sources example): Fix typo. + 2004-11-22 Alexandre Duret-Lutz * aclocal.in (parse_arguments): Diagnose abbreviation ambiguous with diff --git a/doc/automake.texi b/doc/automake.texi index b99509536..8aefa6b9d 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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 diff --git a/doc/stamp-vti b/doc/stamp-vti index c9071b8e8..a209a89e7 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -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 diff --git a/doc/version.texi b/doc/version.texi index c9071b8e8..a209a89e7 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -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