diff options
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index e97ba2a..b667324 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.111 2005/12/09 00:48:54 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.112 2006/03/08 22:17:29 dgp Exp $ # Current Tk version; used in various names. @@ -1446,6 +1446,7 @@ 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/option.file* $(DISTDIR)/tests # |