diff options
author | hobbs <hobbs> | 2004-12-07 00:35:03 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-12-07 00:35:03 (GMT) |
commit | 316341ec81ab95a6dcef7555ce26d3412d72dd38 (patch) | |
tree | 1d6ca2c78d3c827ec71a143360425215b1260647 /unix/Makefile.in | |
parent | 0a1ff81ed0596fb42c9b04d6411a492ee9cede4d (diff) | |
download | tk-316341ec81ab95a6dcef7555ce26d3412d72dd38.zip tk-316341ec81ab95a6dcef7555ce26d3412d72dd38.tar.gz tk-316341ec81ab95a6dcef7555ce26d3412d72dd38.tar.bz2 |
add older ChangeLogs to dist targetcore_8_5_a2
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 18f9f8a..ef920d1 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.98 2004/11/18 13:22:47 rmax Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.99 2004/12/07 00:35:03 hobbs Exp $ # Current Tk version; used in various names. @@ -1121,7 +1121,8 @@ dist: $(UNIX_DIR)/configure $(DISTDIR)/generic cp -p $(GENERIC_DIR)/*.decls $(DISTDIR)/generic cp -p $(GENERIC_DIR)/README $(DISTDIR)/generic - cp -p $(TOP_DIR)/changes $(TOP_DIR)/ChangeLog $(TOP_DIR)/README \ + cp -p $(TOP_DIR)/changes $(TOP_DIR)/ChangeLog \ + $(TOP_DIR)/ChangeLog.2??? $(TOP_DIR)/README \ $(TOP_DIR)/license.terms $(DISTDIR) rm -f $(DISTDIR)/generic/blt*.[ch] mkdir $(DISTDIR)/win |