sl@0: This directory contains unsupported tools used to build parts of Tcl sl@0: for distribution. sl@0: sl@0: sl@0: uniParse.tcl -- Script for converting the Unicode character database sl@0: into a compact table stored in generic/tclUniData.c. sl@0: sl@0: uniClass.tcl -- Script for generating regexp class tables from the Tcl sl@0: "string is" classes sl@0: sl@0: Generating HTML files. sl@0: The tcl-tk-man-html.tcl script from Robert Critchlow sl@0: generates a nice set of HTML with good cross references. sl@0: Use it like sl@0: tclsh tcl-tk-man-html.tcl --htmldir=/tmp/tcl8.2 sl@0: This script is very picky about the organization of man pages, sl@0: effectively acting as a style enforcer. sl@0: sl@0: Generating Windows Help Files: sl@0: 1) Build tcl in the ../unix directory sl@0: 2) On UNIX, (after autoconf and configure), do sl@0: make sl@0: this converts the Nroff to RTF files. sl@0: 2) On Windows, convert the RTF to a Help doc, do sl@0: nmake helpfile sl@0: sl@0: Generating Windows binary distribution. sl@0: Update and compile the WYSE tcl.wse configuration.