diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-08 22:54:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-08 22:54:05 (GMT) |
commit | 7d440b6714cbaa6408196fff8556789292d04942 (patch) | |
tree | 4d26585c0a0b02bc32cd7b77e660b3d170fab35e /unix/Makefile.in | |
parent | e208c4358208dad7291adfbc93370d8d600f0db7 (diff) | |
download | tk-7d440b6714cbaa6408196fff8556789292d04942.zip tk-7d440b6714cbaa6408196fff8556789292d04942.tar.gz tk-7d440b6714cbaa6408196fff8556789292d04942.tar.bz2 |
more images copied into dist
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index b667324..579fe6c 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.112 2006/03/08 22:17:29 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.113 2006/03/08 22:54:05 dgp Exp $ # Current Tk version; used in various names. @@ -1446,7 +1446,8 @@ 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/*.gif $(TOP_DIR)/tests/*.ppm \ + $(TOP_DIR)/tests/*.xbm \ $(TOP_DIR)/tests/option.file* $(DISTDIR)/tests # |