diff options
author | hobbs <hobbs@noemail.net> | 2004-12-07 00:35:03 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2004-12-07 00:35:03 (GMT) |
commit | 2184e2ed54264758f244f68cc54f5f7c3fb81a45 (patch) | |
tree | 1d6ca2c78d3c827ec71a143360425215b1260647 /unix | |
parent | c5a47a9ed806ec0f836fb338bd381b88a5a47934 (diff) | |
download | tk-2184e2ed54264758f244f68cc54f5f7c3fb81a45.zip tk-2184e2ed54264758f244f68cc54f5f7c3fb81a45.tar.gz tk-2184e2ed54264758f244f68cc54f5f7c3fb81a45.tar.bz2 |
add older ChangeLogs to dist targetcore-8-5-a2
FossilOrigin-Name: d4bc7549e286355c1950fe3f73a35b7c05e84da9
Diffstat (limited to 'unix')
-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 |