summaryrefslogtreecommitdiffstats
path: root/doc/tools/texi2www/texi2www
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-01 17:44:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-01 17:44:06 +0000
commited11cadf052ee8886af0a11e9e72f3c09443f6af (patch)
tree86527bfc8fc7fc02aa8b32c268a79cfa201808cb /doc/tools/texi2www/texi2www
parentClarified catch and disable per suggestion from Chris Johns <ccj@acm.org>. (diff)
downloadrtems-ed11cadf052ee8886af0a11e9e72f3c09443f6af.tar.bz2
Numerous minor changes required to transition to the latest version
of texinfo and TeX. This version of the tools can produce PDF with figures included.
Diffstat (limited to 'doc/tools/texi2www/texi2www')
-rwxr-xr-xdoc/tools/texi2www/texi2www3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/tools/texi2www/texi2www b/doc/tools/texi2www/texi2www
index 3e677936b9..e7c8e51f92 100755
--- a/doc/tools/texi2www/texi2www
+++ b/doc/tools/texi2www/texi2www
@@ -211,6 +211,8 @@ sub expand_xref
$topic = $manual = '';
} elsif ($cmd eq 'href') {
($xrefname,$node,$infofile,$url) = split(/,/,$arg);
+ } elsif ($cmd eq 'uref') {
+ ($url,$xrefname,$node,$infofile) = split(/,/,$arg);
} else {
($node,$xrefname,$topic,$infofile,$manual) = split(/,/,$arg);
}
@@ -1146,6 +1148,7 @@ sub initialize_tables
'ref', 'X',
'pxref', 'Xsee ',
'href', 'X',
+ 'uref', 'X',
'inforef', 'XSee ',
);