diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-06-01 11:56:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-06-01 11:56:37 (GMT) |
commit | 5fee89b1cba2dec073fe621b65f34c480fe15483 (patch) | |
tree | 668e99e4b8a89891b1f0a920626b54b35f29e702 /tools/tcltk-man2html.tcl | |
parent | 3f9f0e85ff34afdd6cfbc82c66b5e670d0deb4bb (diff) | |
download | tcl-5fee89b1cba2dec073fe621b65f34c480fe15483.zip tcl-5fee89b1cba2dec073fe621b65f34c480fe15483.tar.gz tcl-5fee89b1cba2dec073fe621b65f34c480fe15483.tar.bz2 |
Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index 59a2a63..9f95f7b 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -2,8 +2,6 @@ # The next line is executed by /bin/sh, but not tcl \ exec tclsh "$0" ${1+"$@"} -package require Tcl 8.5 - # Convert Ousterhout format man pages into highly crosslinked hypertext. # # Along the way detect many unmatched font changes and other odd things. |