diff options
author | surles <surles> | 1999-04-20 01:48:40 (GMT) |
---|---|---|
committer | surles <surles> | 1999-04-20 01:48:40 (GMT) |
commit | 6c1fd3dae2312801316e5ee7ae589c0c2498bc2c (patch) | |
tree | 1ec84618767c760128d8b5a35ec0ba422d3aedeb /unix/Makefile.in | |
parent | 1b148acb2fd4cb02d90d072c6ab05076025e2f33 (diff) | |
download | tcl-6c1fd3dae2312801316e5ee7ae589c0c2498bc2c.zip tcl-6c1fd3dae2312801316e5ee7ae589c0c2498bc2c.tar.gz tcl-6c1fd3dae2312801316e5ee7ae589c0c2498bc2c.tar.bz2 |
modified the Tcl makefile to copy the new pkgIndex files for reg and dde.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index b9e8b58..7bbb386 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.22 1999/04/19 20:24:27 hershey Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.23 1999/04/20 01:48:40 surles Exp $ # Current Tcl version; used in various names. @@ -1052,7 +1052,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; \ + for i in http2.0 http1.0 opt0.4 msgcat1.0 reg1.0 dde1.0; \ do \ mkdir $(DISTDIR)/library/$$i ;\ cp -p $(TOP_DIR)/library/$$i/*.tcl $(DISTDIR)/library/$$i; \ @@ -1080,7 +1080,6 @@ dist: $(UNIX_DIR)/configure cp -p $(TOP_DIR)/win/*.bat $(DISTDIR)/win cp -p $(TOP_DIR)/win/makefile.* $(DISTDIR)/win cp -p $(TOP_DIR)/win/README $(DISTDIR)/win - cp -p $(TOP_DIR)/win/pkgIndex.tcl $(DISTDIR)/win cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win mkdir $(DISTDIR)/mac cp -p $(TOP_DIR)/mac/tclMacProjects.sea.hqx $(DISTDIR)/mac |