From 6f11427e94be8a04842c5ecca5186d302aa4922d Mon Sep 17 00:00:00 2001 From: dkf Date: Thu, 14 Jan 2010 18:23:53 +0000 Subject: Another link suppression --- 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 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} -- cgit v0.12