diff options
author | jenn <jenn> | 1999-06-26 03:56:25 (GMT) |
---|---|---|
committer | jenn <jenn> | 1999-06-26 03:56:25 (GMT) |
commit | c70d17644d0c3acd0a8987087eb07b7c7bb3c2ca (patch) | |
tree | ec58bb8b1426d28674e857bbb6f31095129422bc /unix | |
parent | c750824920529a5930ca3a8c4301a9cf9c45d6a4 (diff) | |
download | tcl-c70d17644d0c3acd0a8987087eb07b7c7bb3c2ca.zip tcl-c70d17644d0c3acd0a8987087eb07b7c7bb3c2ca.tar.gz tcl-c70d17644d0c3acd0a8987087eb07b7c7bb3c2ca.tar.bz2 |
Added package tcltest to the list of packages to install.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 088ba5f..78a63da 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.35 1999/06/24 03:27:58 stanton Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.36 1999/06/26 03:56:25 jenn Exp $ VERSION = @TCL_VERSION@ @@ -530,7 +530,7 @@ install-libraries: else true; \ fi; \ done; - @for i in http2.0 http1.0 opt0.4 encoding msgcat1.0; \ + @for i in http2.0 http1.0 opt0.4 encoding msgcat1.0 tcltest1.0; \ do \ if [ ! -d $(SCRIPT_INSTALL_DIR)/$$i ] ; then \ echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \ @@ -549,7 +549,7 @@ install-libraries: echo "Installing $$i"; \ $(INSTALL_DATA) $$i $(SCRIPT_INSTALL_DIR); \ done; - @for i in http2.0 http1.0 opt0.4 msgcat1.0; \ + @for i in http2.0 http1.0 opt0.4 msgcat1.0 tcltest1.0; \ do \ for j in $(TOP_DIR)/library/$$i/*.tcl ; \ do \ @@ -1063,7 +1063,7 @@ dist: $(UNIX_DIR)/configure mkdir $(DISTDIR)/library cp -p $(TOP_DIR)/license.terms $(TOP_DIR)/library/*.tcl \ $(TOP_DIR)/library/tclIndex $(DISTDIR)/library - for i in http2.0 http1.0 opt0.4 msgcat1.0 reg1.0 dde1.0; \ + for i in http2.0 http1.0 opt0.4 msgcat1.0 reg1.0 dde1.0 tcltest1.0; \ do \ mkdir $(DISTDIR)/library/$$i ;\ cp -p $(TOP_DIR)/library/$$i/*.tcl $(DISTDIR)/library/$$i; \ |