summaryrefslogtreecommitdiffstats
path: root/unix/mkLinks
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2003-10-06 22:20:22 (GMT)
committerdgp@users.sourceforge.net <dgp>2003-10-06 22:20:22 (GMT)
commit4087952e8d651e25c5b31fbeaafff1706ab3469a (patch)
tree69d50800ac9fe05e5659c3c94a8e4d6c800e448f /unix/mkLinks
parent5fab72b856ae6a195e0aaa5f4b1a18ae8feee7f7 (diff)
downloadtk-4087952e8d651e25c5b31fbeaafff1706ab3469a.zip
tk-4087952e8d651e25c5b31fbeaafff1706ab3469a.tar.gz
tk-4087952e8d651e25c5b31fbeaafff1706ab3469a.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/mkLinks')
-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