help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

@alias-es in xml, docbook?


From: Richard Kreuter
Subject: @alias-es in xml, docbook?
Date: Wed, 17 Sep 2003 17:59:58 -0400
User-agent: Mutt/1.3.28i

Hello,

It seems that @-commands defined by @alias directives don't get
applied when generating xml or docbook.  Is this the intended
behavior?

Trivial example:

$ cat alias.texi
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename alias.info
@settitle test alias
@c %**end of header

@alias testalias = i
@testalias{Some sample text.}  Some normal text.

Some more text.

@bye
$ makeinfo --html --output=alias.html alias.texi
$ makeinfo --xml --output=alias.xml alias.texi
alias.texi:10: Unknown command `testalias'.
alias.texi:10: Misplaced {.
alias.texi:10: Misplaced }.
makeinfo: Removing output file `alias.xml' due to errors; use --force to 
preserve.
$ makeinfo --docbook --output=alias.sgml alias.texi
alias.texi:11: Unknown command `testalias'.
alias.texi:11: Misplaced {.
alias.texi:11: Misplaced }.
makeinfo: Removing output file `alias.sgml' due to errors; use --force to 
preserve.

--
Thanks,
Richard Kreuter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]