diff options
author | hobbs <hobbs> | 1999-10-20 01:02:34 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-20 01:02:34 (GMT) |
commit | 1376bef6f3bf28fea1434295b94d9e193fc6b371 (patch) | |
tree | 10f80cc925234cf6c565b9dd5a2e46d24aa94ddc /unix/Makefile.in | |
parent | 22c2db4c168ffe6899ac7cd2795d98c927063395 (diff) | |
download | tk-1376bef6f3bf28fea1434295b94d9e193fc6b371.zip tk-1376bef6f3bf28fea1434295b94d9e193fc6b371.tar.gz tk-1376bef6f3bf28fea1434295b94d9e193fc6b371.tar.bz2 |
* unix/Makefile.in: added ChangeLog to dist archive
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index a314426..8bc0487 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.32 1999/10/01 22:45:27 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.33 1999/10/20 01:02:34 hobbs Exp $ # Current Tk version; used in various names. @@ -950,8 +950,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)/README $(TOP_DIR)/license.terms \ - $(DISTDIR) + cp -p $(TOP_DIR)/changes $(TOP_DIR)/ChangeLog $(TOP_DIR)/README \ + $(TOP_DIR)/license.terms $(DISTDIR) rm -f $(DISTDIR)/generic/blt*.[ch] mkdir $(DISTDIR)/win cp $(TOP_DIR)/win/Makefile.in $(DISTDIR)/win |