summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-10-05 22:46:36 (GMT)
committerhobbs <hobbs>1999-10-05 22:46:36 (GMT)
commit0e113a9fa52d8d8f9c8be444d0e1a180084d6d8b (patch)
tree62be7fbf694eb1d74d7ba94b44ee6f9fc954cfcd /tools
parentf15864c82ed41e0776fb9e0d200f7423b91ecf70 (diff)
downloadtcl-0e113a9fa52d8d8f9c8be444d0e1a180084d6d8b.zip
tcl-0e113a9fa52d8d8f9c8be444d0e1a180084d6d8b.tar.gz
tcl-0e113a9fa52d8d8f9c8be444d0e1a180084d6d8b.tar.bz2
* {win,mac,unix,tools,}/README:
* win/README.binary: * win/makefile.vc: * {win,unix}/configure.in: * generic/tcl.h: * library/init.tcl: updated to 8.3a1 from 8.2.0.
Diffstat (limited to 'tools')
-rw-r--r--tools/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/README b/tools/README
index 66a6b23..821b2b3 100644
--- a/tools/README
+++ b/tools/README
@@ -9,10 +9,10 @@ uniClass.tcl -- Script for generating regexp class tables from the Tcl
"string is" classes
Generating HTML files.
-The tcl8.2-tk8.2-man-html.tcl script from Robert Critchlow
+The tcl-tk-man-html.tcl script from Robert Critchlow
generates a nice set of HTML with good cross references.
Use it like
- tclsh8.0 tcl8.2-tk8.2-man-html.tcl --htmldir=/tmp/tcl8.2
+ tclsh tcl-tk-man-html.tcl --htmldir=/tmp/tcl8.2
This script is very picky about the organization of man pages,
effectively acting as a style enforcer.