diff options
author | dgp@users.sourceforge.net <dgp> | 2006-03-08 22:54:05 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2006-03-08 22:54:05 (GMT) |
commit | fd81b68db495db34e83a5738114723494f761b04 (patch) | |
tree | 4d26585c0a0b02bc32cd7b77e660b3d170fab35e | |
parent | e13fde8d30a851886b885c0eef99c8ddd93096be (diff) | |
download | tk-fd81b68db495db34e83a5738114723494f761b04.zip tk-fd81b68db495db34e83a5738114723494f761b04.tar.gz tk-fd81b68db495db34e83a5738114723494f761b04.tar.bz2 |
more images copied into dist
-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 # |