os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/tools/README
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 This directory contains unsupported tools used to build parts of Tcl
     2 for distribution.
     3 
     4 
     5 uniParse.tcl -- Script for converting the Unicode character database
     6 	into a compact table stored in generic/tclUniData.c.
     7 
     8 uniClass.tcl -- Script for generating regexp class tables from the Tcl
     9 	"string is" classes
    10 
    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.
    14 Use it like
    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.
    18 
    19 Generating Windows Help Files:
    20 1) Build tcl in the ../unix directory
    21 2) On UNIX, (after autoconf and configure), do
    22 	make
    23     this converts the Nroff to RTF files.
    24 2) On Windows, convert the RTF to a Help doc, do
    25 	nmake helpfile
    26 
    27 Generating Windows binary distribution.
    28 Update and compile the WYSE tcl.wse configuration.