diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-14 18:23:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-14 18:23:53 (GMT) |
commit | 6f11427e94be8a04842c5ecca5186d302aa4922d (patch) | |
tree | 575d840bb24859da01fbb634b8e48e703af57d9a /tools/tcltk-man2html.tcl | |
parent | 36d1fa98f135e6f5c1f1a501ab351bcb6510fda1 (diff) | |
download | tcl-6f11427e94be8a04842c5ecca5186d302aa4922d.zip tcl-6f11427e94be8a04842c5ecca5186d302aa4922d.tar.gz tcl-6f11427e94be8a04842c5ecca5186d302aa4922d.tar.bz2 |
Another link suppression
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index 116ae92..e6f0740 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -18,9 +18,9 @@ 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.42 2010/01/14 13:59:06 dkf Exp $ +# CVS: $Id: tcltk-man2html.tcl,v 1.43 2010/01/14 18:23:53 dkf Exp $ -regexp {\d+\.\d+} {$Revision: 1.42 $} ::Version +regexp {\d+\.\d+} {$Revision: 1.43 $} ::Version set ::CSSFILE "docs.css" ## @@ -811,6 +811,7 @@ array set remap_link_target { } array set exclude_refs_map { history.n {exec} + next.n {unknown} canvas.n {bitmap text} checkbutton.n {image} clipboard.n {string} |