diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-04 01:20:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-04 01:20:37 (GMT) |
commit | 189424632188f9d7216f5b95c08326ac0f714a33 (patch) | |
tree | 5195c6bb3d12ac36cea7560cefabda44ad298623 /unix | |
parent | 72dbcf251c1f6a8af1d20d7eaa97bd014445ef71 (diff) | |
download | tcl-189424632188f9d7216f5b95c08326ac0f714a33.zip tcl-189424632188f9d7216f5b95c08326ac0f714a33.tar.gz tcl-189424632188f9d7216f5b95c08326ac0f714a33.tar.bz2 |
* tests/pkg1/direct1.tcl: removed
* tests/pkg1/pkgIndex.tcl: removed
* tests/pkgMkIndex.test: Imported auxilliary files from tests/pkg1
into the test file pkgMkIndex.test itself. Formatting fixes.
* unix/Makefile.in: removed tests/pkg/* from `make dist`
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 25347a6..ec21c7e 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.103 2002/06/26 13:05:27 rmax Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.104 2002/07/04 01:20:38 dgp Exp $ VERSION = @TCL_VERSION@ @@ -1221,9 +1221,6 @@ dist: $(UNIX_DIR)/configure mklinks cp -p $(TOP_DIR)/tests/*.test $(TOP_DIR)/tests/README \ $(TOP_DIR)/tests/httpd $(TOP_DIR)/tests/*.tcl \ $(DISTDIR)/tests - mkdir $(DISTDIR)/tests/pkg - cp -p $(TOP_DIR)/license.terms $(DISTDIR)/tests/pkg - cp -p $(TOP_DIR)/tests/pkg/*.tcl $(DISTDIR)/tests/pkg mkdir $(DISTDIR)/win cp $(TOP_DIR)/win/Makefile.in $(DISTDIR)/win cp $(TOP_DIR)/win/configure.in $(TOP_DIR)/win/configure \ |