diff options
author | ericm <ericm> | 2000-04-25 00:28:06 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-25 00:28:06 (GMT) |
commit | 6a2af0e4d09b2426bf51f1a7be866271a9c40407 (patch) | |
tree | d732c60b42cbf8cdb2391b327148e9c4a0cf9a61 /unix/mkLinks | |
parent | b4522af1fcae31bff2fa2c4aa8a8d15e030fa8e2 (diff) | |
download | tcl-6a2af0e4d09b2426bf51f1a7be866271a9c40407.zip tcl-6a2af0e4d09b2426bf51f1a7be866271a9c40407.tar.gz tcl-6a2af0e4d09b2426bf51f1a7be866271a9c40407.tar.bz2 |
* unix/mkLinks:
* doc/SourceRCFile.3: Man page for Tcl_SourceRCFile [Bug: 1833].
Diffstat (limited to 'unix/mkLinks')
-rw-r--r-- | unix/mkLinks | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index d9d9287..eb21723 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -1267,6 +1267,10 @@ if test -r WrongNumArgs.3; then rm -f Tcl_WrongNumArgs.3 ln WrongNumArgs.3 Tcl_WrongNumArgs.3 fi +if test -r SourceRCFile.3; then + rm -f SourceRCFile.3 + ln SourceRCFile.3 Tcl_SourceRCFile.3 +fi if test -r pkgMkIndex.n; then rm -f pkg_mkIndex.n ln pkgMkIndex.n pkg_mkIndex.n |