diff options
author | stanton <stanton> | 1999-04-30 22:44:59 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-04-30 22:44:59 (GMT) |
commit | fe45fa11e3df7cd37954c0f8051d9948114951b6 (patch) | |
tree | a193f27eb18d04a30f8b4f663611d5957c2f5f6a /tools/README | |
parent | b81b15c0f284194a10d17be0a8daa622ec578d94 (diff) | |
download | tcl-fe45fa11e3df7cd37954c0f8051d9948114951b6.zip tcl-fe45fa11e3df7cd37954c0f8051d9948114951b6.tar.gz tcl-fe45fa11e3df7cd37954c0f8051d9948114951b6.tar.bz2 |
* Merged changes from 8.1.0 branch
Diffstat (limited to 'tools/README')
-rw-r--r-- | tools/README | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/tools/README b/tools/README index 1caf63c..9161214 100644 --- a/tools/README +++ b/tools/README @@ -2,9 +2,18 @@ This directory contains unsupported tools that are used during the release engineering process. +Generating HTML files. +The tcl8.1-tk8.1-man-html.tcl script from Robert Critchlow +generates a nice set of HTML with good cross references. +Use it like + tclsh8.0 tcl8.1-tk8.1-man-html.tcl --htmldir=/tmp/tcl8.1 +This script is very picky about the organization of man pages, +effectively acting as a style enforcer. + Generating Windows Help Files: -1) On UNIX, (after autoconf and configure), do - make winhelp +1) Build tcl in the ../unix directory +2) On UNIX, (after autoconf and configure), do + make this converts the Nroff to RTF files. 2) On Windows, convert the RTF to a Help doc, do nmake helpfile |