Files
tcl/tools
jan.nijtmans df95b68753 Merge 8.6
2022-03-22 16:49:18 +00:00
..
2002-03-28 21:45:24 +00:00
2021-09-02 14:46:55 +00:00
2021-09-02 14:46:55 +00:00
2020-12-03 14:39:19 +00:00
2021-09-02 14:46:55 +00:00
2022-01-07 19:55:48 +00:00
2022-03-22 16:49:18 +00:00
2021-09-14 13:31:49 +00:00

This directory contains unsupported tools used to build parts of Tcl
for distribution.


uniParse.tcl -- Script for converting the Unicode character database
	into a compact table stored in generic/tclUniData.c.

uniClass.tcl -- Script for generating regexp class tables from the Tcl
	"string is" classes

Generating HTML files.
The tcltk-man2html.tcl script generates a nice set of HTML with
good cross references. Use it like
    cd unix
    ./configure
    make html
This script is very picky about the organization of man pages,
effectively acting as a style enforcer.
The resulting documentation can be found at
    /tmp/dist/tcl<version>/html