diff options
author | surles <surles> | 1999-06-02 22:05:55 (GMT) |
---|---|---|
committer | surles <surles> | 1999-06-02 22:05:55 (GMT) |
commit | afdabb4790d357c3b065250f1af0b9ce4860f8b1 (patch) | |
tree | 5156a1951526607dd872de236d8a36ca0eeecdc4 /unix | |
parent | 3e9a0727c148e0afa696f6ab7e3bf6254e81bae6 (diff) | |
download | tcl-afdabb4790d357c3b065250f1af0b9ce4860f8b1.zip tcl-afdabb4790d357c3b065250f1af0b9ce4860f8b1.tar.gz tcl-afdabb4790d357c3b065250f1af0b9ce4860f8b1.tar.bz2 |
fixed install target for man pages
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 2a89383..a0f8e1e 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.26 1999/06/02 19:29:19 surles Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.27 1999/06/02 22:05:55 surles Exp $ # Current Tcl version; used in various names. @@ -571,6 +571,7 @@ install-libraries: libraries done; install-man: man + @chmod +x $(UNIX_DIR)/mkLinks @for i in $(MAN_INSTALL_DIR) $(MAN1_INSTALL_DIR) $(MAN3_INSTALL_DIR) $(MANN_INSTALL_DIR) ; \ do \ if [ ! -d $$i ] ; then \ |