diff options
author | ericm <ericm> | 2000-06-06 04:55:36 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-06-06 04:55:36 (GMT) |
commit | 84527799d555b4835aee38dcc7d524adc135d571 (patch) | |
tree | a458e826fb8e1a13a80fb9f8754a2c3dfd675dcc /tools/tcltk-man2html.tcl | |
parent | f047cd7d6d5fa50f54ad45eefe27c93516e593de (diff) | |
download | tcl-84527799d555b4835aee38dcc7d524adc135d571.zip tcl-84527799d555b4835aee38dcc7d524adc135d571.tar.gz tcl-84527799d555b4835aee38dcc7d524adc135d571.tar.bz2 |
Added version 8.4a1 to list of versions to look for.
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index 3893e55..d90e534 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -81,8 +81,8 @@ proc parse_command_line {} { set webdir ../html # Directory names for Tcl and Tk, in priority order. - set tclDirList {tcl8.3 tcl8.2 tcl8.1 tcl8.0 tcl} - set tkDirList {tk8.3 tk8.2 tk8.1 tk8.0 tk} + set tclDirList {tcl8.4a1 tcl8.3 tcl8.2 tcl8.1 tcl8.0 tcl} + set tkDirList {tk8.4a1 tk8.3 tk8.2 tk8.1 tk8.0 tk} # Handle arguments a la GNU: # --version |