From e1dbc640bea40a73bbd11111fe03675c5403af18 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 23 Apr 2010 21:05:48 +0000 Subject: 2010-04-23 Joel Sherrill * texi2www/texi2www: Add some new texinfo commands. --- doc/tools/ChangeLog | 4 ++++ doc/tools/texi2www/texi2www | 2 ++ 2 files changed, 6 insertions(+) (limited to 'doc/tools') 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 + + * texi2www/texi2www: Add some new texinfo commands. + 2006-12-02 Ralf Corsépius * 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', ",CENTER,", '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 ', ); -- cgit v1.2.3