diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-06 22:20:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-06 22:20:22 (GMT) |
commit | bd68659da7e1f828f00ca30ebd1e4c20d2befd3c (patch) | |
tree | 69d50800ac9fe05e5659c3c94a8e4d6c800e448f /unix/mkLinks | |
parent | 2fdf253ee5c0cba07f91cccd30e01ee3f483d93c (diff) | |
download | tk-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/mkLinks')
-rw-r--r-- | unix/mkLinks | 4 |
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 |