diff options
author | Bruno Haible <bruno@clisp.org> | 2007-05-04 20:46:04 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:47 +0200 |
commit | fe1d0842b988737dbd7b42aa9ec8723100aecfec (patch) | |
tree | 3b0f4236c5f76ddfd6cf011559ccf509bbcc2e1d /gettext-tools/doc/gettext.texi | |
parent | 37835749a95e17cc401ad6b79b45fa62b7232498 (diff) | |
download | external_gettext-fe1d0842b988737dbd7b42aa9ec8723100aecfec.zip external_gettext-fe1d0842b988737dbd7b42aa9ec8723100aecfec.tar.gz external_gettext-fe1d0842b988737dbd7b42aa9ec8723100aecfec.tar.bz2 |
Work around an indentation problem with "makeinfo --html".
Diffstat (limited to 'gettext-tools/doc/gettext.texi')
-rw-r--r-- | gettext-tools/doc/gettext.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 14796d9..0f479b5 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} |