summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-04-25 17:09:12 (GMT)
committerhobbs <hobbs>2007-04-25 17:09:12 (GMT)
commite29d21408913db4c0f1838b59517e6916274ada6 (patch)
treeba3508f6db0209c72803b87e896f12c631b39bd7 /unix
parentabc05684f7a57f752b6974ff829586cea8d2bb4a (diff)
downloadtk-e29d21408913db4c0f1838b59517e6916274ada6.zip
tk-e29d21408913db4c0f1838b59517e6916274ada6.tar.gz
tk-e29d21408913db4c0f1838b59517e6916274ada6.tar.bz2
* unix/Makefile.in (dist): add tests/ttk dir to src dist
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 6f0ef78..a9c9421 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.125 2007/04/25 03:40:59 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.126 2007/04/25 17:09:13 hobbs Exp $
# Current Tk version; used in various names.
@@ -1616,11 +1616,11 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in
cp -p $(TOP_DIR)/license.terms $(TOP_DIR)/doc/*.[13n] \
$(TCLDIR)/doc/man.macros $(DISTDIR)/doc
mkdir $(DISTDIR)/tests
- cp -p $(TOP_DIR)/license.terms $(TEST_DIR)/*.test \
- $(TEST_DIR)/*.tcl $(TEST_DIR)/README \
- $(TEST_DIR)/*.gif $(TEST_DIR)/*.ppm \
- $(TEST_DIR)/*.xbm \
+ cp -p $(TOP_DIR)/license.terms $(TEST_DIR)/*.{test,tcl} \
+ $(TEST_DIR)/README $(TEST_DIR)/*.{gif,ppm,xbm} \
$(TEST_DIR)/option.file* $(DISTDIR)/tests
+ mkdir $(DISTDIR)/tests/ttk
+ cp -p $(TEST_DIR)/*.{test,tcl} $(DISTDIR)/tests/ttk
#
# The following target can only be used for non-patch releases. Use