summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-17 13:06:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-17 13:06:53 (GMT)
commite55ad9faf218a152bcde7bbba3f80adcf73c0ffe (patch)
tree49e69fad1638326bed6488e17409fcb8d719b02c /unix
parentd58ada3e58a6a5503b47bc56c845d12154734392 (diff)
downloadtcl-e55ad9faf218a152bcde7bbba3f80adcf73c0ffe.zip
tcl-e55ad9faf218a152bcde7bbba3f80adcf73c0ffe.tar.gz
tcl-e55ad9faf218a152bcde7bbba3f80adcf73c0ffe.tar.bz2
Fix "make dist"
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 9249178..1d7c0cc 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2294,7 +2294,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen
$(DIST_INSTALL_DATA) $(GENERIC_DIR)/*.decls $(DISTDIR)/generic
$(DIST_INSTALL_DATA) $(GENERIC_DIR)/README $(DISTDIR)/generic
$(DIST_INSTALL_DATA) $(GENERIC_DIR)/tclGetDate.y $(DISTDIR)/generic
- $(DIST_INSTALL_DATA) $(TOP_DIR)/changes $(TOP_DIR)/README.md \
+ $(DIST_INSTALL_DATA) $(TOP_DIR)/changes.md $(TOP_DIR)/README.md \
$(TOP_DIR)/license.terms $(DISTDIR)
$(INSTALL_DATA_DIR) $(DISTDIR)/library
$(DIST_INSTALL_DATA) $(TOP_DIR)/license.terms $(TOP_DIR)/library/*.tcl \