summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorericm <ericm>2000-04-24 19:00:13 (GMT)
committerericm <ericm>2000-04-24 19:00:13 (GMT)
commit0ee05109607d9b4366039240f05a7d1d096f5d58 (patch)
treee644a0c4ef9595f25c6d2e93a218c33df5d1db9e /unix
parent5de78d21c1372cc6afdd12a2dc56b4909ad3a505 (diff)
downloadtk-0ee05109607d9b4366039240f05a7d1d096f5d58.zip
tk-0ee05109607d9b4366039240f05a7d1d096f5d58.tar.gz
tk-0ee05109607d9b4366039240f05a7d1d096f5d58.tar.bz2
* unix/mkLinks:
* doc/AddOption.3: Man page for Tk_AddOption [Bug: 1854]
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 975b639..8c4df6f 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -535,6 +535,10 @@ if test -r GetOption.3; then
rm -f Tk_GetOption.3
ln GetOption.3 Tk_GetOption.3
fi
+if test -r AddOption.3; then
+ rm -f Tk_AddOption.3
+ ln AddOption.3 Tk_AddOption.3
+fi
if test -r SetOptions.3; then
rm -f Tk_GetOptionInfo.3
ln SetOptions.3 Tk_GetOptionInfo.3