diff options
author | hobbs <hobbs> | 2000-01-21 03:55:12 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-01-21 03:55:12 (GMT) |
commit | 7bc8906b8780f7bef34eddb947f2f78362f5e860 (patch) | |
tree | 89d899537affc9de00f517b124b443529668f8d6 /unix | |
parent | 5dab6912bf71a7cd11c656fb8390af4d766e2c93 (diff) | |
download | tk-7bc8906b8780f7bef34eddb947f2f78362f5e860.zip tk-7bc8906b8780f7bef34eddb947f2f78362f5e860.tar.gz tk-7bc8906b8780f7bef34eddb947f2f78362f5e860.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkLinks | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index cc99d6d..08e5480 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -624,6 +624,14 @@ if test -r TextLayout.3; then ln TextLayout.3 Tk_IntersectTextLayout.3 fi if test -r WindowId.3; then + rm -f Tk_IsContainer.3 + ln WindowId.3 Tk_IsContainer.3 +fi +if test -r WindowId.3; then + rm -f Tk_IsEmbedded.3 + ln WindowId.3 Tk_IsEmbedded.3 +fi +if test -r WindowId.3; then rm -f Tk_IsMapped.3 ln WindowId.3 Tk_IsMapped.3 fi |