• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..14-Nov-201318

checkLibraryDoc.tclH A D15-Jan-20027.3 KiB

configureH A D04-Oct-200127.6 KiB

configure.inH A D04-Oct-20011.3 KiB

cvtEOL.tclH A D15-Apr-1999930

eolFix.tclH A D04-Oct-20021.7 KiB

feather.bmpH A D28-Mar-20022.1 KiB

genStubs.tclH A D04-Oct-200223.5 KiB

genWinImage.tclH A D25-Apr-20003.8 KiB

index.tclH A D04-Jun-20034.3 KiB

Makefile.inH A D19-Apr-20001.5 KiB

man2help.tclH A D04-Jun-20033.3 KiB

man2help2.tclH A D03-Oct-200219.5 KiB

man2html.tclH A D24-Nov-20003.9 KiB

man2html1.tclH A D15-Apr-19995.3 KiB

man2html2.tclH A D15-Apr-199917.2 KiB

man2tcl.cH A D09-Dec-20038.4 KiB

READMEH A D05-Oct-1999928

regexpTestLib.tclH A D15-Apr-19997.5 KiB

tcl.hpj.inH A D17-Apr-2008351

tcl.wse.inH A D17-Apr-200868.5 KiB

tclSplash.bmpH A D05-Jun-2000158.2 KiB

tcltk-man2html.tclH A D11-Apr-200647.1 KiB

uniClass.tclH A D27-May-20012.6 KiB

uniParse.tclH A D27-May-20019.6 KiB

white.bmpH A D15-Apr-199920 KiB

README

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.
29