diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-08-19 00:13:09 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-08-19 00:13:09 (GMT) |
commit | efec773f97b011bca64f60476b3c982c6697ceff (patch) | |
tree | b1ae59a5941743b1882dd29ddd6c7587395d9961 /unix | |
parent | 84a7b4629ead0c2767254000c8bbe63c25313474 (diff) | |
download | tcl-efec773f97b011bca64f60476b3c982c6697ceff.zip tcl-efec773f97b011bca64f60476b3c982c6697ceff.tar.gz tcl-efec773f97b011bca64f60476b3c982c6697ceff.tar.bz2 |
* doc/tm.n: New file, documentation for Tcl Modules, based on the
TIP.
* unix/mkLinks: Regenerated.
* win/makefile.vc: Added tm.tcl to list of files to install.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkLinks | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index 0001c0e..edfbeb4 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -1540,10 +1540,6 @@ if test -r cd.n; then rm -f cd.n.* $ZIP cd.n fi -if test -r clock.n; then - rm -f clock.n.* - $ZIP clock.n -fi if test -r close.n; then rm -f close.n.* $ZIP close.n @@ -1894,6 +1890,10 @@ if test -r time.n; then rm -f time.n.* $ZIP time.n fi +if test -r tm.n; then + rm -f tm.n.* + $ZIP tm.n +fi if test -r trace.n; then rm -f trace.n.* $ZIP trace.n |