os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/tools/README
First public contribution.
1 This directory contains unsupported tools used to build parts of Tcl
5 uniParse.tcl -- Script for converting the Unicode character database
6 into a compact table stored in generic/tclUniData.c.
8 uniClass.tcl -- Script for generating regexp class tables from the Tcl
11 Generating HTML files.
12 The tcl-tk-man-html.tcl script from Robert Critchlow
13 generates a nice set of HTML with good cross references.
15 tclsh tcl-tk-man-html.tcl --htmldir=/tmp/tcl8.2
16 This script is very picky about the organization of man pages,
17 effectively acting as a style enforcer.
19 Generating Windows Help Files:
20 1) Build tcl in the ../unix directory
21 2) On UNIX, (after autoconf and configure), do
23 this converts the Nroff to RTF files.
24 2) On Windows, convert the RTF to a Help doc, do
27 Generating Windows binary distribution.
28 Update and compile the WYSE tcl.wse configuration.