]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
GNU hello uses fdl.texi, not gpl.texi.
authorKarl Berry <karl@freefriends.org>
Sat, 13 Mar 2010 11:18:54 +0000 (12:18 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 13 Mar 2010 11:18:54 +0000 (12:18 +0100)
* doc/automake.texi (Texinfo): Adjust example to upstream
change.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/automake.texi

index 0de6c1e7ea9e946ec8224234ee1494dc106e4fe6..3f4e4ba30e52e7e12f97b05c896876d87cdc6968 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-13  Karl Berry  <karl@freefriends.org>
+
+       GNU hello uses fdl.texi, not gpl.texi.
+       * doc/automake.texi (Texinfo): Adjust example to upstream
+       change.
+
 2010-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Formatting cleanups in macro comments.
index f319075c5f3f5b3a9b52fd0372e8022bd1c497b2..95abc4d8ce4f54c6147f077606a9941165bf5ff7 100644 (file)
@@ -7741,14 +7741,14 @@ generated version file.
 
 Sometimes an info file actually depends on more than one @file{.texi}
 file.  For instance, in GNU Hello, @file{hello.texi} includes the file
-@file{gpl.texi}.  You can tell Automake about these dependencies using
+@file{fdl.texi}.  You can tell Automake about these dependencies using
 the @code{@var{texi}_TEXINFOS} variable.  Here is how GNU Hello does it:
 @vindex TEXINFOS
 @vindex _TEXINFOS
 
 @example
 info_TEXINFOS = hello.texi
-hello_TEXINFOS = gpl.texi
+hello_TEXINFOS = fdl.texi
 @end example
 
 @cindex @file{texinfo.tex}