* doc/automake.texi (Texinfo): Adjust example to upstream
change.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+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.
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}