summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
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 /unix/Makefile.in
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.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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
#