+2007-05-04 Bruno Haible <bruno@clisp.org>
+
+ * gettext.texi (Overview of GNU gettext): Put @ifhtml outside @example,
+ not @inside. Fixes an indentation problem of the first line when
+ "makeinfo --html" is used.
+ Reported by Noah Slater <nslater@gmail.com>.
+
2007-05-04 Bruno Haible <bruno@clisp.org>
* gettext.texi: Make the @documentencoding command unconditional.
of these interrelations will surely help programmers, translators
and maintainers.
-@example
@ifhtml
+@example
@group
Original C Sources ───> Preparation ───> Marked C Sources ───╮
│
│ ├───> "Hello world!"
╰───────> install ───> /.../bin/PROGRAM ───────╯
@end group
+@end example
@end ifhtml
@ifnothtml
+@example
@group
Original C Sources ---> Preparation ---> Marked C Sources ---.
|
| +---> "Hello world!"
`-------> install ---> /.../bin/PROGRAM -------'
@end group
-@end ifnothtml
@end example
+@end ifnothtml
@cindex marking translatable strings
As a programmer, the first step to bringing GNU @code{gettext}