summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2017-12-21 19:43:18 (GMT)
committerdgp <dgp@noemail.net>2017-12-21 19:43:18 (GMT)
commit4290a54ed7ea02c82250b961ab1ee6a51679cba2 (patch)
tree6835d86607ed16618a89b57902e690f0e22fba73
parent418ff7a8dc55a71efd07f00593539abd414c8239 (diff)
downloadtk-4290a54ed7ea02c82250b961ab1ee6a51679cba2.zip
tk-4290a54ed7ea02c82250b961ab1ee6a51679cba2.tar.gz
tk-4290a54ed7ea02c82250b961ab1ee6a51679cba2.tar.bz2
Distribute *.png files with the test suite.
FossilOrigin-Name: a44c6659c8b7823c8174186ecbafac866619981642f658712c59e774aa8f2811
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index dc5e0e8..edb00b0 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1652,7 +1652,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(M
$(TCLDIR)/doc/man.macros $(DISTDIR)/doc
mkdir $(DISTDIR)/tests
cp -p $(TOP_DIR)/license.terms $(TEST_DIR)/*.{test,tcl} \
- $(TEST_DIR)/README $(TEST_DIR)/*.{gif,ppm,xbm} \
+ $(TEST_DIR)/README $(TEST_DIR)/*.{gif,png,ppm,xbm} \
$(TEST_DIR)/option.file* $(DISTDIR)/tests
mkdir $(DISTDIR)/tests/ttk
cp -p $(TEST_DIR)/ttk/*.{test,tcl} $(DISTDIR)/tests/ttk