diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-26 14:32:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-26 14:32:15 (GMT) |
commit | d2b63746183fe9a91992b7327fcc262fef67f088 (patch) | |
tree | 7d4e9a884720c15da35cf61e39bdd49d32bf2794 /tools/man2help.tcl | |
parent | d3af9b6c8c71010caf7b39bc82653ab9db34d055 (diff) | |
download | tcl-d2b63746183fe9a91992b7327fcc262fef67f088.zip tcl-d2b63746183fe9a91992b7327fcc262fef67f088.tar.gz tcl-d2b63746183fe9a91992b7327fcc262fef67f088.tar.bz2 |
Working towards better nroff scraping...
Diffstat (limited to 'tools/man2help.tcl')
-rw-r--r-- | tools/man2help.tcl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/man2help.tcl b/tools/man2help.tcl index 91fcb89..c61085b 100644 --- a/tools/man2help.tcl +++ b/tools/man2help.tcl @@ -6,14 +6,15 @@ # # Copyright (c) 1996 by Sun Microsystems, Inc. # -# RCS: @(#) $Id: man2help.tcl,v 1.14 2003/06/04 23:40:18 mistachkin Exp $ +# RCS: @(#) $Id: man2help.tcl,v 1.15 2007/10/26 14:32:16 dkf Exp $ # # # PASS 1 # -set man2tclprog [file join [file dirname [info script]] man2tcl.exe] +set man2tclprog [file join [file dirname [info script]] \ + man2tcl[file extension [info nameofexecutable]]] proc generateContents {basename version files} { global curID topics |