diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-06-01 12:02:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-06-01 12:02:02 (GMT) |
commit | dca8fae05f0cfdb6fed3c0b758dddb424b9c35be (patch) | |
tree | 39754f557d6db39c9bba9cb4f22b76f85a8527a3 /tools/man2html1.tcl | |
parent | 1195cdbd7703cec023f22231e80b9cb84cddf759 (diff) | |
parent | 5512629c55fa452bfba1a83a012687a7e7d068ca (diff) | |
download | tcl-dca8fae05f0cfdb6fed3c0b758dddb424b9c35be.zip tcl-dca8fae05f0cfdb6fed3c0b758dddb424b9c35be.tar.gz tcl-dca8fae05f0cfdb6fed3c0b758dddb424b9c35be.tar.bz2 |
Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH
Diffstat (limited to 'tools/man2html1.tcl')
-rw-r--r-- | tools/man2html1.tcl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/man2html1.tcl b/tools/man2html1.tcl index e8d29e8..64982ff 100644 --- a/tools/man2html1.tcl +++ b/tools/man2html1.tcl @@ -5,8 +5,6 @@ # # Copyright (c) 1996 by Sun Microsystems, Inc. -package require Tcl 8.4 - # Global variables used by these scripts: # # state - state variable that controls action of text proc. |