summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2023-05-15 17:17:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2023-05-15 17:17:43 (GMT)
commit8074bcec5eefc965695535b83b14b277f9d431fe (patch)
tree878065b8cfb18c34adc4ff12e989e5619c54668b /unix
parent4db805463e61965d5e4093a8481fa83f797d7085 (diff)
parent6c604517d78b9730ffd110ba042b16499abab45d (diff)
downloadtcl-8074bcec5eefc965695535b83b14b277f9d431fe.zip
tcl-8074bcec5eefc965695535b83b14b277f9d431fe.tar.gz
tcl-8074bcec5eefc965695535b83b14b277f9d431fe.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 \