summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-06 22:17:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-06 22:17:51 (GMT)
commit946b98c68ec1de3f3b0d3d70a9c5fbefcc63144c (patch)
tree71fedb816a1ff08ec858ff6d4368ff29d34d9d9f
parentb1eed7633ca62a55dae79c330372fdfd886160c1 (diff)
downloadtk-946b98c68ec1de3f3b0d3d70a9c5fbefcc63144c.zip
tk-946b98c68ec1de3f3b0d3d70a9c5fbefcc63144c.tar.gz
tk-946b98c68ec1de3f3b0d3d70a9c5fbefcc63144c.tar.bz2
* unix/mkLinks: make mklinks
-rw-r--r--ChangeLog1
-rw-r--r--unix/mkLinks2
2 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bdfe647..3ee1127 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,7 @@
verify that's what we have. [Bug 749088]
* unix/configure: autoconf (2.13)
+ * unix/mkLinks: make mklinks
2003-10-03 Don Porter <dgp@users.sourceforge.net>
diff --git a/unix/mkLinks b/unix/mkLinks
index adb3559..0b91246 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -174,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