summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-10-02 01:08:18 (GMT)
committerhobbs <hobbs>1999-10-02 01:08:18 (GMT)
commitd5c898cdc7d3a029e34bbca28e19608e00af568e (patch)
treeabc75eb145146837e86c93458a91f1276c54e9bc
parentc0755b62f153c08ed8033216f9e18c025cce237d (diff)
downloadtk-d5c898cdc7d3a029e34bbca28e19608e00af568e.zip
tk-d5c898cdc7d3a029e34bbca28e19608e00af568e.tar.gz
tk-d5c898cdc7d3a029e34bbca28e19608e00af568e.tar.bz2
* unix/Makefile.in: added ChangeLog to source dist
-rw-r--r--unix/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 59826f3..9a073ab 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.29.4.3 1999/09/24 22:18:01 hobbs Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.29.4.4 1999/10/02 01:08:18 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