diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-27 21:16:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-27 21:16:12 (GMT) |
commit | 69bd7e67880eb32af6914a39f2247111b6c0b8e2 (patch) | |
tree | f3dc0522c4094707b8308d055163793dc9ed68e9 /unix | |
parent | cd2f5554d610bc6e98b62dcf26dba34a961e734b (diff) | |
parent | 859bcdaa2f9e5df68b835762410e8361bf29fbf3 (diff) | |
download | tk-69bd7e67880eb32af6914a39f2247111b6c0b8e2.zip tk-69bd7e67880eb32af6914a39f2247111b6c0b8e2.tar.gz tk-69bd7e67880eb32af6914a39f2247111b6c0b8e2.tar.bz2 |
Merge 8.6
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index d26ab98..c89fefe 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1601,7 +1601,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(MAC $(DIST_INSTALL_DATA) $(GENERIC_DIR)/*.decls $(DISTDIR)/generic $(DIST_INSTALL_DATA) $(GENERIC_DIR)/README $(DISTDIR)/generic $(DIST_INSTALL_DATA) $(TOP_DIR)/changes $(TOP_DIR)/ChangeLog \ - $(TOP_DIR)/ChangeLog.2??? $(TOP_DIR)/README \ + $(TOP_DIR)/ChangeLog.2??? $(TOP_DIR)/README.md \ $(TOP_DIR)/license.terms $(DISTDIR) rm -f $(DISTDIR)/generic/blt*.[ch] $(INSTALL_DATA_DIR) $(DISTDIR)/generic/ttk |