diff options
author | dgp <dgp@users.sourceforge.net> | 2017-12-21 19:43:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-12-21 19:43:18 (GMT) |
commit | 33327d55c756f2949147ff300aae412a12096b46 (patch) | |
tree | 6835d86607ed16618a89b57902e690f0e22fba73 /unix/Makefile.in | |
parent | 3f946f0793765b54d4a3149d54c1ecb876ca246c (diff) | |
download | tk-33327d55c756f2949147ff300aae412a12096b46.zip tk-33327d55c756f2949147ff300aae412a12096b46.tar.gz tk-33327d55c756f2949147ff300aae412a12096b46.tar.bz2 |
Distribute *.png files with the test suite.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 2 |
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 |