From afdabb4790d357c3b065250f1af0b9ce4860f8b1 Mon Sep 17 00:00:00 2001 From: surles Date: Wed, 2 Jun 1999 22:05:55 +0000 Subject: fixed install target for man pages --- unix/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- cgit v0.12