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/man2html.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/man2html.tcl')
-rw-r--r-- | tools/man2html.tcl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/man2html.tcl b/tools/man2html.tcl index 6d4724f..2d03ab6 100644 --- a/tools/man2html.tcl +++ b/tools/man2html.tcl @@ -2,8 +2,6 @@ # \ exec tclsh "$0" ${1+"$@"} -package require Tcl 8.4 - # man2html.tcl -- # # This file contains procedures that work in conjunction with the |