diff options
| author | andreask@activestate.com <andreas_kupries> | 2001-04-05 15:14:59 (GMT) |
|---|---|---|
| committer | andreask@activestate.com <andreas_kupries> | 2001-04-05 15:14:59 (GMT) |
| commit | f91e09bb914ffd1164244d818dff5f8fb7ae060d (patch) | |
| tree | f37e4b3770978117276878117ceca41a31a2b92b /unix | |
| parent | f983129e476e73a6f87571dbf55d9403efaf50d4 (diff) | |
| download | tcl-f91e09bb914ffd1164244d818dff5f8fb7ae060d.zip tcl-f91e09bb914ffd1164244d818dff5f8fb7ae060d.tar.gz tcl-f91e09bb914ffd1164244d818dff5f8fb7ae060d.tar.bz2 | |
2001-04-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* doc/Macintosh.3: Removed duplicates from .SH line
[Bug #413983].
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/mkLinks | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index faf829f..486c621 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -561,8 +561,6 @@ fi if test -r Macintosh.3; then rm -f Tcl_MacSetEventProc.3 rm -f Tcl_MacConvertTextResource.3 - rm -f Tcl_MacSetEventProc.3 - rm -f Tcl_MacConvertTextResource.3 rm -f Tcl_MacEvalResource.3 rm -f Tcl_MacFindResource.3 rm -f Tcl_GetOSTypeFromObj.3 @@ -570,8 +568,6 @@ if test -r Macintosh.3; then rm -f Tcl_NewOSTypeObj.3 ln Macintosh.3 Tcl_MacSetEventProc.3 ln Macintosh.3 Tcl_MacConvertTextResource.3 - ln Macintosh.3 Tcl_MacSetEventProc.3 - ln Macintosh.3 Tcl_MacConvertTextResource.3 ln Macintosh.3 Tcl_MacEvalResource.3 ln Macintosh.3 Tcl_MacFindResource.3 ln Macintosh.3 Tcl_GetOSTypeFromObj.3 @@ -786,12 +782,6 @@ if test -r SetErrno.3; then ln SetErrno.3 Tcl_ErrnoId.3 ln SetErrno.3 Tcl_ErrnoMsg.3 fi -if test -r Signal.3; then - rm -f Tcl_SignalId.3 - rm -f Tcl_SignalMsg.3 - ln Signal.3 Tcl_SignalId.3 - ln Signal.3 Tcl_SignalMsg.3 -fi if test -r SetRecLmt.3; then rm -f Tcl_SetRecursionLimit.3 ln SetRecLmt.3 Tcl_SetRecursionLimit.3 @@ -838,6 +828,12 @@ if test -r SetVar.3; then ln SetVar.3 Tcl_UnsetVar.3 ln SetVar.3 Tcl_UnsetVar2.3 fi +if test -r Signal.3; then + rm -f Tcl_SignalId.3 + rm -f Tcl_SignalMsg.3 + ln Signal.3 Tcl_SignalId.3 + ln Signal.3 Tcl_SignalMsg.3 +fi if test -r Sleep.3; then rm -f Tcl_Sleep.3 ln Sleep.3 Tcl_Sleep.3 |
