summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-12-11 21:31:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-12-11 21:31:18 (GMT)
commitc0295195515c4bb1a84c3010bad67585d71ee6eb (patch)
treefa54d3afbc889a070f6e6839295285d19cb8f0d7 /unix
parent8048c05964d4b0329fd31bed281ffe2e82e8358b (diff)
parent1f1d7f55107bdc5a370bd404c4e35e171a0f2eea (diff)
downloadtcl-c0295195515c4bb1a84c3010bad67585d71ee6eb.zip
tcl-c0295195515c4bb1a84c3010bad67585d71ee6eb.tar.gz
tcl-c0295195515c4bb1a84c3010bad67585d71ee6eb.tar.bz2
Tag 8.6.0 for release
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index df05759..680d4ce 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2019,7 +2019,8 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(M
cp -p $(TOMMATH_SRCS) $(TOMMATH_DIR)/*.h \
$(DISTDIR)/libtommath
mkdir $(DISTDIR)/pkgs
- cp $(TOP_DIR)/pkgs/README $(DISTDIR)/pkgs
+ cp $(TOP_DIR)/pkgs/README $(TOP_DIR)/pkgs/package.list.txt \
+ $(DISTDIR)/pkgs
for i in `ls $(DISTROOT)/pkgs/*.tar.gz 2> /dev/null`; do \
tar -C $(DISTDIR)/pkgs -xzf "$$i"; \
done