summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2023-05-10 18:28:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2023-05-10 18:28:30 (GMT)
commit6c604517d78b9730ffd110ba042b16499abab45d (patch)
tree4edbe7305d6b78d57841de265c704c2c882b2afc /unix
parentc0c0164a7120bc2018c400cb82da9f14c5b921db (diff)
downloadtcl-6c604517d78b9730ffd110ba042b16499abab45d.zip
tcl-6c604517d78b9730ffd110ba042b16499abab45d.tar.gz
tcl-6c604517d78b9730ffd110ba042b16499abab45d.tar.bz2
TIP 663 implementation
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index e092a2d..802472b 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2293,9 +2293,8 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen
cp -p $(GENERIC_DIR)/*.decls $(DISTDIR)/generic
cp -p $(GENERIC_DIR)/README $(DISTDIR)/generic
cp -p $(GENERIC_DIR)/tclGetDate.y $(DISTDIR)/generic
- cp -p $(TOP_DIR)/changes $(TOP_DIR)/ChangeLog $(TOP_DIR)/README.md \
- $(TOP_DIR)/ChangeLog.[12]??? $(TOP_DIR)/license.terms \
- $(DISTDIR)
+ cp -p $(TOP_DIR)/changes $(TOP_DIR)/README.md \
+ $(TOP_DIR)/license.terms $(DISTDIR)
@mkdir $(DISTDIR)/library
cp -p $(TOP_DIR)/license.terms $(TOP_DIR)/library/*.tcl \
$(TOP_DIR)/library/manifest.txt \