summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-08 22:17:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-08 22:17:29 (GMT)
commite208c4358208dad7291adfbc93370d8d600f0db7 (patch)
treed4d4892751eef170eb06c6dc79f85286f357b08a
parent4fe1cd27494c395df18c98125445861efac2a5c8 (diff)
downloadtk-e208c4358208dad7291adfbc93370d8d600f0db7.zip
tk-e208c4358208dad7291adfbc93370d8d600f0db7.tar.gz
tk-e208c4358208dad7291adfbc93370d8d600f0db7.tar.bz2
* unix/Makefile.in: Update `make dist` to copy the image files
needed by the test suite into the source distro. This was overlooked in the 2005-10-12 commit.
-rw-r--r--ChangeLog4
-rw-r--r--unix/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f81db5a..f92bb8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-03-08 Don Porter <dgp@users.sourceforge.net>
+ * unix/Makefile.in: Update `make dist` to copy the image files
+ needed by the test suite into the source distro. This was overlooked
+ in the 2005-10-12 commit.
+
* changes: Update in prep. for 8.5a4 release.
2006-03-07 Joe English <jenglish@users.sourceforge.net>
diff --git a/unix/Makefile.in b/unix/Makefile.in
index e97ba2a..b667324 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.111 2005/12/09 00:48:54 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.112 2006/03/08 22:17:29 dgp Exp $
# Current Tk version; used in various names.
@@ -1446,6 +1446,7 @@ dist: $(UNIX_DIR)/configure
mkdir $(DISTDIR)/tests
cp -p $(TOP_DIR)/license.terms $(TOP_DIR)/tests/*.test \
$(TOP_DIR)/tests/*.tcl $(TOP_DIR)/tests/README \
+ $(TOP_DIR)/tests/*.gif \
$(TOP_DIR)/tests/option.file* $(DISTDIR)/tests
#