summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-06 22:20:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-06 22:20:22 (GMT)
commitbd68659da7e1f828f00ca30ebd1e4c20d2befd3c (patch)
tree69d50800ac9fe05e5659c3c94a8e4d6c800e448f /unix
parent2fdf253ee5c0cba07f91cccd30e01ee3f483d93c (diff)
downloadtk-bd68659da7e1f828f00ca30ebd1e4c20d2befd3c.zip
tk-bd68659da7e1f828f00ca30ebd1e4c20d2befd3c.tar.gz
tk-bd68659da7e1f828f00ca30ebd1e4c20d2befd3c.tar.bz2
* doc/ConfigWidg.3: Removed reference to Tk_Offset from the
NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197] * unix/mkLinks: make mklinks
Diffstat (limited to 'unix')
-rw-r--r--unix/mkLinks4
1 files changed, 0 insertions, 4 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index d58b06c..0b91246 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -15,8 +15,6 @@
# The script takes one argument, which is the name of the directory
# where the manual entries have been installed.
-S=""
-
ZIP=true
while true; do
case $1 in
@@ -176,12 +174,10 @@ if test -r ConfigWidg.3; then
rm -f ConfigWidg.3.*
$ZIP ConfigWidg.3
rm -f Tk_ConfigureWidget.3 Tk_ConfigureWidget.3.*
- rm -f Tk_Offset.3 Tk_Offset.3.*
rm -f Tk_ConfigureInfo.3 Tk_ConfigureInfo.3.*
rm -f Tk_ConfigureValue.3 Tk_ConfigureValue.3.*
rm -f Tk_FreeOptions.3 Tk_FreeOptions.3.*
ln $S ConfigWidg.3$Z Tk_ConfigureWidget.3$Z
- ln $S ConfigWidg.3$Z Tk_Offset.3$Z
ln $S ConfigWidg.3$Z Tk_ConfigureInfo.3$Z
ln $S ConfigWidg.3$Z Tk_ConfigureValue.3$Z
ln $S ConfigWidg.3$Z Tk_FreeOptions.3$Z