diff options
author | hobbs <hobbs> | 2001-04-04 08:35:25 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-04-04 08:35:25 (GMT) |
commit | 27cac7ea3439f72458ab0bde5180bc7c693289b2 (patch) | |
tree | d6797ad49e092426e77534a6737ab6c5d4ab3de6 /unix | |
parent | 11ed35c32c2c0c0363df8cf278ab3eebae8bd6e0 (diff) | |
download | tk-27cac7ea3439f72458ab0bde5180bc7c693289b2.zip tk-27cac7ea3439f72458ab0bde5180bc7c693289b2.tar.gz tk-27cac7ea3439f72458ab0bde5180bc7c693289b2.tar.bz2 |
updated doc linking
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkLinks | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index 5cf73bc..aee5bdf 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -250,10 +250,10 @@ if test -r FindPhoto.3; then fi if test -r FontId.3; then rm -f Tk_FontId.3 - rm -f Tk_FontMetrics.3 + rm -f Tk_GetFontMetrics.3 rm -f Tk_PostscriptFontName.3 ln FontId.3 Tk_FontId.3 - ln FontId.3 Tk_FontMetrics.3 + ln FontId.3 Tk_GetFontMetrics.3 ln FontId.3 Tk_PostscriptFontName.3 fi if test -r FreeXId.3; then @@ -620,6 +620,10 @@ if test -r TkInitStubs.3; then rm -f Tk_InitStubs.3 ln TkInitStubs.3 Tk_InitStubs.3 fi +if test -r Tk_Init.3; then + rm -f Tk_SafeInit.3 + ln Tk_Init.3 Tk_SafeInit.3 +fi if test -r WindowId.3; then rm -f Tk_WindowId.3 rm -f Tk_Parent.3 |