]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Work around an indentation problem with "makeinfo --html".
authorBruno Haible <bruno@clisp.org>
Fri, 4 May 2007 20:46:04 +0000 (20:46 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:47 +0000 (12:14 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index 0e4cbe83d414df30aaf995e531ee5c5bd45d9c96..21887289dc6f6829ca539f8bc8ddd4e0614505a7 100644 (file)
@@ -1,3 +1,10 @@
+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.
index 14796d957b813200a6e0e6210843e3892f1dab2e..0f479b500f344353cb1dbe26bfbd9ef305608983 100644 (file)
@@ -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}