summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorericm <ericm>2000-04-25 01:12:51 (GMT)
committerericm <ericm>2000-04-25 01:12:51 (GMT)
commit970b58a24b2e9a4af8007a0b2c0648bd1dfc3a2a (patch)
tree6a91d5a11910b7535938257e6c3c8663e69ffad1 /unix
parentd40aff22f926d2c37ce08393f28ac681d6d7e36f (diff)
downloadtk-970b58a24b2e9a4af8007a0b2c0648bd1dfc3a2a.zip
tk-970b58a24b2e9a4af8007a0b2c0648bd1dfc3a2a.tar.gz
tk-970b58a24b2e9a4af8007a0b2c0648bd1dfc3a2a.tar.bz2
* unix/mkLinks:
* doc/GetHINSTANCE.3: Man page for Tk_GetHINSTANCE [Bug: 1862].
Diffstat (limited to 'unix')
-rw-r--r--unix/mkLinks4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index a33041f..25de2cc 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -607,6 +607,10 @@ if test -r GetHWND.3; then
rm -f Tk_GetHWND.3
ln GetHWND.3 Tk_GetHWND.3
fi
+if test -r GetHINSTANCE.3; then
+ rm -f Tk_GetHINSTANCE.3
+ ln GetHINSTANCE.3 Tk_GetHINSTANCE.3
+fi
if test -r IdToWindow.3; then
rm -f Tk_IdToWindow.3
ln IdToWindow.3 Tk_IdToWindow.3