os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/tools/README
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/tools/README	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +This directory contains unsupported tools used to build parts of Tcl
     1.5 +for distribution.
     1.6 +
     1.7 +
     1.8 +uniParse.tcl -- Script for converting the Unicode character database
     1.9 +	into a compact table stored in generic/tclUniData.c.
    1.10 +
    1.11 +uniClass.tcl -- Script for generating regexp class tables from the Tcl
    1.12 +	"string is" classes
    1.13 +
    1.14 +Generating HTML files.
    1.15 +The tcl-tk-man-html.tcl script from Robert Critchlow
    1.16 +generates a nice set of HTML with good cross references.
    1.17 +Use it like
    1.18 +    tclsh tcl-tk-man-html.tcl --htmldir=/tmp/tcl8.2
    1.19 +This script is very picky about the organization of man pages,
    1.20 +effectively acting as a style enforcer.
    1.21 +
    1.22 +Generating Windows Help Files:
    1.23 +1) Build tcl in the ../unix directory
    1.24 +2) On UNIX, (after autoconf and configure), do
    1.25 +	make
    1.26 +    this converts the Nroff to RTF files.
    1.27 +2) On Windows, convert the RTF to a Help doc, do
    1.28 +	nmake helpfile
    1.29 +
    1.30 +Generating Windows binary distribution.
    1.31 +Update and compile the WYSE tcl.wse configuration.