os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/tools/README
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
This directory contains unsupported tools used to build parts of Tcl
sl@0
     2
for distribution.
sl@0
     3
sl@0
     4
sl@0
     5
uniParse.tcl -- Script for converting the Unicode character database
sl@0
     6
	into a compact table stored in generic/tclUniData.c.
sl@0
     7
sl@0
     8
uniClass.tcl -- Script for generating regexp class tables from the Tcl
sl@0
     9
	"string is" classes
sl@0
    10
sl@0
    11
Generating HTML files.
sl@0
    12
The tcl-tk-man-html.tcl script from Robert Critchlow
sl@0
    13
generates a nice set of HTML with good cross references.
sl@0
    14
Use it like
sl@0
    15
    tclsh tcl-tk-man-html.tcl --htmldir=/tmp/tcl8.2
sl@0
    16
This script is very picky about the organization of man pages,
sl@0
    17
effectively acting as a style enforcer.
sl@0
    18
sl@0
    19
Generating Windows Help Files:
sl@0
    20
1) Build tcl in the ../unix directory
sl@0
    21
2) On UNIX, (after autoconf and configure), do
sl@0
    22
	make
sl@0
    23
    this converts the Nroff to RTF files.
sl@0
    24
2) On Windows, convert the RTF to a Help doc, do
sl@0
    25
	nmake helpfile
sl@0
    26
sl@0
    27
Generating Windows binary distribution.
sl@0
    28
Update and compile the WYSE tcl.wse configuration.