summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2002-03-04 23:25:43 (GMT)
committerhobbs <hobbs@noemail.net>2002-03-04 23:25:43 (GMT)
commitb348b48a92e7dcb52c1fa7115116aabdeb1ee817 (patch)
tree992713dc3c4daa4d3211a295d818ffa79d4d2b8c /unix
parenta8eae0e198e86338893b963c527a2106c790147a (diff)
downloadtcl-b348b48a92e7dcb52c1fa7115116aabdeb1ee817.zip
tcl-b348b48a92e7dcb52c1fa7115116aabdeb1ee817.tar.gz
tcl-b348b48a92e7dcb52c1fa7115116aabdeb1ee817.tar.bz2
added older ChangeLogs to dist target
FossilOrigin-Name: 3614ddd60669e4ebb78f1dfa7e870ac9fe15045a
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index a80d27f..a1453f0 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.94 2002/02/15 14:28:50 dkf Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.95 2002/03/04 23:25:43 hobbs Exp $
VERSION = @TCL_VERSION@
@@ -1188,7 +1188,8 @@ dist: $(UNIX_DIR)/configure mklinks
cp -p $(GENERIC_DIR)/README $(DISTDIR)/generic
cp -p $(GENERIC_DIR)/tclGetDate.y $(DISTDIR)/generic
cp -p $(TOP_DIR)/changes $(TOP_DIR)/ChangeLog $(TOP_DIR)/README* \
- $(TOP_DIR)/license.terms $(DISTDIR)
+ $(TOP_DIR)/ChangeLog.[12]??? $(TOP_DIR)/license.terms \
+ $(DISTDIR)
mkdir $(DISTDIR)/library
cp -p $(TOP_DIR)/license.terms $(TOP_DIR)/library/*.tcl \
$(TOP_DIR)/library/tclIndex $(DISTDIR)/library