diff options
author | hobbs <hobbs@noemail.net> | 1999-12-14 06:53:30 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 1999-12-14 06:53:30 (GMT) |
commit | 63c624d25da1e7e67c5379673ba0d3d9d71cdeae (patch) | |
tree | 17988c7944b3f7df0ef61f37d4d28418d14d9078 /unix | |
parent | 877634f6b5ec54a286a11e53e35cffb03cf82e71 (diff) | |
download | tk-63c624d25da1e7e67c5379673ba0d3d9d71cdeae.zip tk-63c624d25da1e7e67c5379673ba0d3d9d71cdeae.tar.gz tk-63c624d25da1e7e67c5379673ba0d3d9d71cdeae.tar.bz2 |
* unix/mkLinks: added GetDash.3 into the mkLink step
FossilOrigin-Name: ccfba3ed8006ffdeb30023b3f262bbafb76c5ac8
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkLinks | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index 5b326b6..cc99d6d 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -511,6 +511,10 @@ if test -r CrtItemType.3; then rm -f Tk_GetItemTypes.3 ln CrtItemType.3 Tk_GetItemTypes.3 fi +if test -r GetDash.3; then + rm -f Tk_GetDash.3 + ln GetDash.3 Tk_GetDash.3 +fi if test -r GetJoinStl.3; then rm -f Tk_GetJoinStyle.3 ln GetJoinStl.3 Tk_GetJoinStyle.3 |