summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorericm <ericm>2000-04-25 02:12:14 (GMT)
committerericm <ericm>2000-04-25 02:12:14 (GMT)
commit8419030e7f65bf9a2669a578217772e8cf95ebf9 (patch)
treeda1e2f142a9540bdec9aeed55cba1edd3ba90f7b /unix
parente05e7506d783cc5ac89b67777cb519fa87e40adf (diff)
downloadtk-8419030e7f65bf9a2669a578217772e8cf95ebf9.zip
tk-8419030e7f65bf9a2669a578217772e8cf95ebf9.tar.gz
tk-8419030e7f65bf9a2669a578217772e8cf95ebf9.tar.bz2
* unix/mkLinks:
* doc/Grab.3: Man page for Tk_Grab and Tk_Ungrab [Bug: 1868, 1889]
Diffstat (limited to 'unix')
-rw-r--r--unix/mkLinks8
1 files changed, 8 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index eba719a..203b872 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -63,6 +63,14 @@ if test -r GetFont.3; then
rm -f Tk_AllocFontFromObj.3
ln GetFont.3 Tk_AllocFontFromObj.3
fi
+if test -r Grab.3; then
+ rm -f Tk_Grab.3
+ ln Grab.3 Tk_Grab.3
+fi
+if test -r Grab.3; then
+ rm -f Tk_Ungrab.3
+ ln Grab.3 Tk_Ungrab.3
+fi
if test -r WindowId.3; then
rm -f Tk_Attributes.3
ln WindowId.3 Tk_Attributes.3