2010-04-23 Joel Sherrill <joel.sherrill@oarcorp.com>

* texi2www/texi2www: Add some new texinfo commands.
This commit is contained in:
Joel Sherrill
2010-04-23 21:05:48 +00:00
parent 106127551b
commit e1dbc640be
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
2010-04-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* texi2www/texi2www: Add some new texinfo commands.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
+2
View File
@@ -1130,6 +1130,7 @@ sub initialize_tables
# expansion).
%atxy_2_zyz= (
'b', 'STRONG',
'caption', "<STRONG>,CENTER,</STRONG>",
'cite', 'CITE',
'code', "CODE",
'dfn', 'EM',
@@ -1174,6 +1175,7 @@ sub initialize_tables
'pxref', 'Xsee ',
'href', 'X',
'uref', 'X',
'url', 'X',
'email', 'X',
'inforef', 'XSee ',
);