diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-14 11:45:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-14 11:45:09 (GMT) |
commit | 36a7dc586ff228596fec6afc4130c203b2b3c6d0 (patch) | |
tree | 3c44e2565bf98ac8422bd2f52d1a9bcc7d4e0de6 /tools/tcltk-man2html.tcl | |
parent | cb4fb6d90a6d89a85e94d2907016d54a8280ae26 (diff) | |
download | tcl-36a7dc586ff228596fec6afc4130c203b2b3c6d0.zip tcl-36a7dc586ff228596fec6afc4130c203b2b3c6d0.tar.gz tcl-36a7dc586ff228596fec6afc4130c203b2b3c6d0.tar.bz2 |
Add link remapping capability.
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index 9fc1228..87a0e89 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -18,7 +18,7 @@ package require Tcl 8.6 # Copyright (c) 1995-1997 Roger E. Critchlow Jr # Copyright (c) 2004-2010 Donal K. Fellows # -# CVS: $Id: tcltk-man2html.tcl,v 1.40 2010/01/13 17:09:53 dkf Exp $ +# CVS: $Id: tcltk-man2html.tcl,v 1.41 2010/01/14 11:45:11 dkf Exp $ set Version "0.40" @@ -797,6 +797,11 @@ set ensemble_commands { clipboard console grab grid image option pack place selection tk tkwait winfo wm } +array set remap_link_target { + stdin Tcl_GetStdChannel + stdout Tcl_GetStdChannel + stderr Tcl_GetStdChannel +} array set exclude_refs_map { history.n {exec} canvas.n {bitmap text} @@ -807,6 +812,7 @@ array set exclude_refs_map { radiobutton.n {image} scrollbar.n {set} selection.n {string} + tcltest.n {error} tkvars.n {tk} } array set exclude_when_followed_by_map { |