diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-14 18:43:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-14 18:43:38 (GMT) |
commit | ec01978b680c906c36b4e1802ae95b8874780034 (patch) | |
tree | 333c9756459a488cd066e3bdda5cbc937a7df315 /tools/tcltk-man2html.tcl | |
parent | 6f11427e94be8a04842c5ecca5186d302aa4922d (diff) | |
download | tcl-ec01978b680c906c36b4e1802ae95b8874780034.zip tcl-ec01978b680c906c36b4e1802ae95b8874780034.tar.gz tcl-ec01978b680c906c36b4e1802ae95b8874780034.tar.bz2 |
Yet another exclusion
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 e6f0740..1827ae4 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.43 2010/01/14 18:23:53 dkf Exp $ +# CVS: $Id: tcltk-man2html.tcl,v 1.44 2010/01/14 18:43:38 dkf Exp $ -regexp {\d+\.\d+} {$Revision: 1.43 $} ::Version +regexp {\d+\.\d+} {$Revision: 1.44 $} ::Version set ::CSSFILE "docs.css" ## @@ -810,6 +810,7 @@ array set remap_link_target { {style map} ttk::style } array set exclude_refs_map { + clock.n {next} history.n {exec} next.n {unknown} canvas.n {bitmap text} |