summaryrefslogtreecommitdiffstats
path: root/doc/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-23 21:05:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-23 21:05:48 +0000
commite1dbc640bea40a73bbd11111fe03675c5403af18 (patch)
tree927cdda078346665ded279b6bb98433ed6079bab /doc/tools
parentRegenerate. (diff)
downloadrtems-e1dbc640bea40a73bbd11111fe03675c5403af18.tar.bz2
2010-04-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* texi2www/texi2www: Add some new texinfo commands.
Diffstat (limited to 'doc/tools')
-rw-r--r--doc/tools/ChangeLog4
-rwxr-xr-xdoc/tools/texi2www/texi2www2
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/tools/ChangeLog b/doc/tools/ChangeLog
index 3582fb62e2..a0d42f9c23 100644
--- a/doc/tools/ChangeLog
+++ b/doc/tools/ChangeLog
@@ -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.
diff --git a/doc/tools/texi2www/texi2www b/doc/tools/texi2www/texi2www
index 6f36d03d1b..18e0ce3390 100755
--- a/doc/tools/texi2www/texi2www
+++ b/doc/tools/texi2www/texi2www
@@ -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 ',
);