From ec01978b680c906c36b4e1802ae95b8874780034 Mon Sep 17 00:00:00 2001 From: dkf Date: Thu, 14 Jan 2010 18:43:38 +0000 Subject: Yet another exclusion --- tools/tcltk-man2html.tcl | 5 +++-- 1 file 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} -- cgit v0.12