# proc man3tcl {page} { # HREF http://angg/cgi-bin/man2html/usr/man/man3/$page.3tcl.gz \ # man 3Tcl $page # } # Read Files.tcl: source [file dirname [info script]]/Files.tcl # Prepare $mtafiles: set mtafiles {} foreach {key list} $keys_and_dests { set FILES($key) $list } foreach mtafile $FILES(anggnontrans) { if {[regexp ^mktclapp-3.8/(.*) $mtafile -> fname]} { lappend mtafiles [AL $mtafile $fname] } } htmlize {Edrx's page on mktclapp} { [J (The main mktclapp page is at [L http://www.hwaci.com/sw/mktclapp/], and the mailing list is at [L http://www.egroups.com/group/mktclapp/]...)] [HLIST1 {Packing mktclapp for Debian:} [HLIST21 {My changes to the original tarball consist of adding the following files:} $mtafiles ] [J My [L debian.html Debian page] has links to some e-scripts on the hows and whys of these files.] ] [HLIST2 {Programs I wrote using mktclapp:} [HLIST3 [J [TT vtutil] (documented at my [L emacs.html Emacs page]):] [AL MTA/vtutilsh.c] [AL MTA/vtutil] [AL MTA/Makefile] ] [HLIST3 [J Project Forth Everywhere, slightly described at my [L forth.html Forth page]:] [AL PFORTH/mtamacros.h] [AL PFORTH/tclpforth.c] [AL PFORTH/Makefile] [J an [ES {forth pforth_and_tcl} e-script on using it].] ] ] } # [HLIST1 {Docs:} # [LR http://www.hwaci.com/sw/mktclapp/] # [LR http://www.hwaci.com/sw/mktclapp/mktclapp.html#toc17b] # [IFL L /usr/src/mktclapp-3.8/] # [IFL L /usr/doc/mktclapp/] # [IFL L /usr/doc/mktclapp/index.html] # [AL MTA/] # [ES {tcl mktclapp} notes amidst my Tcl scripts] # [ES {debiandev mktclapp} notes amist my debiandev scripts] # ]