Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/tcl8.5.2/tools/README @ 25

Last change on this file since 25 was 25, checked in by landauf, 16 years ago

added tcl to libs

File size: 928 bytes
Line 
1This directory contains unsupported tools used to build parts of Tcl
2for distribution.
3
4
5uniParse.tcl -- Script for converting the Unicode character database
6        into a compact table stored in generic/tclUniData.c.
7
8uniClass.tcl -- Script for generating regexp class tables from the Tcl
9        "string is" classes
10
11Generating HTML files.
12The tcl-tk-man-html.tcl script from Robert Critchlow
13generates a nice set of HTML with good cross references.
14Use it like
15    tclsh tcl-tk-man-html.tcl --htmldir=/tmp/tcl8.2
16This script is very picky about the organization of man pages,
17effectively acting as a style enforcer.
18
19Generating Windows Help Files:
201) Build tcl in the ../unix directory
212) On UNIX, (after autoconf and configure), do
22        make
23    this converts the Nroff to RTF files.
242) On Windows, convert the RTF to a Help doc, do
25        nmake helpfile
26
27Generating Windows binary distribution.
28Update and compile the WYSE tcl.wse configuration.
Note: See TracBrowser for help on using the repository browser.