+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.
\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:
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
* Using autosprintf:: Using @code{autosprintf} in own programs
@end menu
-@end ifinfo
+@end ifnottex
@node Introduction, Class autosprintf, Top, Top
@chapter Introduction
+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.
\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:
@contents
@end ifnottex
-@ifinfo
+@ifmakeinfo
@node Top, Introduction, (dir), (dir)
@top GNU @code{gettext} utilities
@end detailmenu
@end menu
-@end ifinfo
+@end ifnottex
@node Introduction, Users, Top, Top
@chapter Introduction