From: Bruno Haible Date: Fri, 4 May 2007 20:46:04 +0000 (+0000) Subject: Work around an indentation problem with "makeinfo --html". X-Git-Tag: v0.17~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1d0842b988737dbd7b42aa9ec8723100aecfec;p=thirdparty%2Fgettext.git Work around an indentation problem with "makeinfo --html". --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 0e4cbe83d..21887289d 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,10 @@ +2007-05-04 Bruno Haible + + * 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 . + 2007-05-04 Bruno Haible * gettext.texi: Make the @documentencoding command unconditional. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 14796d957..0f479b500 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -847,8 +847,8 @@ read while keeping an eye on the diagram. Having a clear understanding of these interrelations will surely help programmers, translators and maintainers. -@example @ifhtml +@example @group Original C Sources ───> Preparation ───> Marked C Sources ───╮ │ @@ -871,8 +871,10 @@ 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 ---. | @@ -895,8 +897,8 @@ 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}