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

..14-Nov-201323

checkLibraryDoc.tclH A D15-Jan-20027.3 KiB

configureH A D13-Mar-200364.2 KiB

configure.inH A D13-Mar-20031.3 KiB

eolFix.tclH A D04-Oct-20021.7 KiB

feather.bmpH A D28-Mar-20022.1 KiB

findBadExternals.tclH A D04-Nov-20051.3 KiB

fix_tommath_h.tclH A D14-Feb-20072.3 KiB

genStubs.tclH A D07-Feb-201028.3 KiB

index.tclH A D18-May-20044.3 KiB

installData.tclH A D21-May-20101.5 KiB

loadICU.tclH A D16-Jun-201018.8 KiB

Makefile.inH A D13-Dec-20071.5 KiB

makeTestCases.tclH A D30-Jul-200632.1 KiB

man2help.tclH A D13-Dec-20073.3 KiB

man2help2.tclH A D02-Oct-200820.8 KiB

man2html.tclH A D24-Nov-20044.4 KiB

man2html1.tclH A D24-Nov-20045.3 KiB

man2html2.tclH A D13-Dec-200720.8 KiB

man2tcl.cH A D23-Oct-20088.6 KiB

mkdepend.tclH A D13-Dec-20079.4 KiB

READMEH A D05-Oct-1999928

regexpTestLib.tclH A D15-Apr-19997.5 KiB

tcl.hpj.inH A D08-Sep-2010351

tcl.wse.inH A D08-Sep-201068.5 KiB

tclSplash.bmpH A D01-Mar-2004158.2 KiB

tcltk-man2html.tclH A D01-Sep-201049.4 KiB

tclZIC.tclH A D09-Apr-200935 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