]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add support for both "makeinfo --html" and texi2html.
authorBruno Haible <bruno@clisp.org>
Thu, 3 May 2007 22:59:50 +0000 (22:59 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:46 +0000 (12:14 +0200)
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/autosprintf.texi
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index 40e1dbf5e8dea99098b15dd57d7cd3c651090846..d7b831957296692a78ec4a7103881416fe69fb8a 100644 (file)
@@ -1,3 +1,9 @@
+2007-05-03  Bruno Haible  <bruno@clisp.org>
+
+       Add support for both "makeinfo --html" and texi2html.
+       * autosprintf.texi (ifmakeinfo): New alias.
+       (Top): Use it instead of @ifinfo.
+
 2007-04-06  Bruno Haible  <bruno@clisp.org>
 
        * printf-args.h: Assume HAVE_LONG_DOUBLE to be true.
index 7543cde183b304fca2d30481d86e6b04e8af88a7..383c0c26611b36954d92c9f66cfcd5166a3fb427 100644 (file)
@@ -1,6 +1,9 @@
 \input texinfo          @c -*-texinfo-*-
 @c %**start of header
 @setfilename autosprintf.info
+@c The @ifmakeinfo ... @end ifnottex conditional evaluates to true in makeinfo
+@c for info and html output, but to false in texi2html.
+@alias ifmakeinfo = ifnottex
 @settitle GNU @code{autosprintf}
 @finalout
 @c Indices:
@@ -75,7 +78,7 @@ by the Free Software Foundation (FSF).
 A copy of the license is at @url{http://www.gnu.org/licenses/gpl.html}.
 @end titlepage
 
-@ifinfo
+@ifmakeinfo
 @node Top, Introduction, (dir), (dir)
 @top GNU autosprintf
 
@@ -87,7 +90,7 @@ This manual documents the GNU autosprintf class, version @value{VERSION}.
 * Using autosprintf::           Using @code{autosprintf} in own programs
 @end menu
 
-@end ifinfo
+@end ifnottex
 
 @node Introduction, Class autosprintf, Top, Top
 @chapter Introduction
index 641b566cc53c9606748b84445be23c0ff2142e4c..6bca4c8d90f44c419534687ad087cd2d5a9204f3 100644 (file)
@@ -1,3 +1,9 @@
+2007-05-03  Bruno Haible  <bruno@clisp.org>
+
+       Add support for both "makeinfo --html" and texi2html.
+       * gettext.texi (ifmakeinfo): New alias.
+       (Top): Use it instead of @ifinfo.
+
 2007-05-03  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (Bug Report Address): Fix cross references.
index 197edf93218efce0405d8b28d4290c3713cd76a4..a259e20923f0654cebb94f65e78303ab41e427e1 100644 (file)
@@ -1,10 +1,13 @@
 \input texinfo          @c -*-texinfo-*-
 @c %**start of header
-@c The @documentencoding is needed for makeinfo, but not for texi2html.
-@c @ifhtml
-@c @documentencoding UTF-8
-@c @end ifhtml
 @setfilename gettext.info
+@c The @ifmakeinfo ... @end ifnottex conditional evaluates to true in makeinfo
+@c for info and html output, but to false in texi2html.
+@alias ifmakeinfo = ifnottex
+@c The @documentencoding is needed for makeinfo, but not for texi2html.
+@ifmakeinfo
+@documentencoding UTF-8
+@end ifnottex
 @settitle GNU @code{gettext} utilities
 @finalout
 @c Indices:
@@ -130,7 +133,7 @@ A copy of the license is included in @ref{GNU GPL}.
 @contents
 @end ifnottex
 
-@ifinfo
+@ifmakeinfo
 @node Top, Introduction, (dir), (dir)
 @top GNU @code{gettext} utilities
 
@@ -460,7 +463,7 @@ Licenses
 @end detailmenu
 @end menu
 
-@end ifinfo
+@end ifnottex
 
 @node Introduction, Users, Top, Top
 @chapter Introduction