From: Karl Berry Date: Sat, 13 Mar 2010 11:18:54 +0000 (+0100) Subject: GNU hello uses fdl.texi, not gpl.texi. X-Git-Tag: v1.11.1b~89^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92bd8069f5b08910679c58de98e0db81564ef7db;p=thirdparty%2Fautomake.git GNU hello uses fdl.texi, not gpl.texi. * doc/automake.texi (Texinfo): Adjust example to upstream change. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 0de6c1e7e..3f4e4ba30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-03-13 Karl Berry + + GNU hello uses fdl.texi, not gpl.texi. + * doc/automake.texi (Texinfo): Adjust example to upstream + change. + 2010-03-06 Ralf Wildenhues Formatting cleanups in macro comments. diff --git a/doc/automake.texi b/doc/automake.texi index f319075c5..95abc4d8c 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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}