diff options
author | hobbs <hobbs> | 2001-11-21 02:59:13 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-11-21 02:59:13 (GMT) |
commit | ff6d644685d5d3413b6ff4287c80cfd30f2693de (patch) | |
tree | f23147866fa9a2d4256b6d7a3e1e3c0f57c9d55d | |
parent | d08659ea371fcccb83671f9aa4154ef066c0ab50 (diff) | |
download | tcl-ff6d644685d5d3413b6ff4287c80cfd30f2693de.zip tcl-ff6d644685d5d3413b6ff4287c80cfd30f2693de.tar.gz tcl-ff6d644685d5d3413b6ff4287c80cfd30f2693de.tar.bz2 |
addition of GetTime.3 Tcl_GetTime doc to mkLinks
-rw-r--r-- | unix/mkLinks | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index bd3a37c..8b671bc 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -562,6 +562,10 @@ if test -r GetStdChan.3; then ln GetStdChan.3 Tcl_GetStdChannel.3 ln GetStdChan.3 Tcl_SetStdChannel.3 fi +if test -r GetTime.3; then + rm -f Tcl_GetTime.3 + ln GetTime.3 Tcl_GetTime.3 +fi if test -r GetVersion.3; then rm -f Tcl_GetVersion.3 ln GetVersion.3 Tcl_GetVersion.3 |