summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorericm <ericm>2000-04-28 00:46:03 (GMT)
committerericm <ericm>2000-04-28 00:46:03 (GMT)
commit31a9095e823a5d4886f4351cf3b69fff92dca049 (patch)
tree98d8d927d4ca025fa21b408cc5c62e37f4c47db6 /unix
parent5edcfbff1d764a59b6f8fae30ae320b4fb6c9f6e (diff)
downloadtk-31a9095e823a5d4886f4351cf3b69fff92dca049.zip
tk-31a9095e823a5d4886f4351cf3b69fff92dca049.tar.gz
tk-31a9095e823a5d4886f4351cf3b69fff92dca049.tar.bz2
* doc/Tk_Init.3: Added Tk_SafeInit information [Bug: 1884].
* doc/keysyms.n: Man page enumerating keysyms [RFE: 1645].
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 5cf73bc..410a6e2 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -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