diff options
Diffstat (limited to 'tools/README')
| -rw-r--r-- | tools/README | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/tools/README b/tools/README index a37c2f4..821b2b3 100644 --- a/tools/README +++ b/tools/README @@ -9,12 +9,20 @@ uniClass.tcl -- Script for generating regexp class tables from the Tcl "string is" classes Generating HTML files. -The tcltk-man2html.tcl script generates a nice set of HTML with -good cross references. Use it like - cd unix - ./configure - make html +The tcl-tk-man-html.tcl script from Robert Critchlow +generates a nice set of HTML with good cross references. +Use it like + 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. -The resulting documentation can be found at - /tmp/dist/tcl<version>/html + +Generating Windows Help Files: +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 + +Generating Windows binary distribution. +Update and compile the WYSE tcl.wse configuration. |
