diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | unix/Makefile.in | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -1,7 +1,11 @@ -2007-04-25 Jeff Hobbs <jeffh@ActiveState.com> +2007-04-26 Jeff Hobbs <jeffh@ActiveState.com> *** 8.5a6 TAGGED FOR RELEASE *** + * unix/Makefile.in (dist): correct tests/ttk glob inclusion + +2007-04-25 Jeff Hobbs <jeffh@ActiveState.com> + * unix/Makefile.in (dist): add tests/ttk dir to src dist * unix/tkUnixMenubu.c (TkpDisplayMenuButton): init width/height to 0 diff --git a/unix/Makefile.in b/unix/Makefile.in index a9c9421..d8d234e 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.126 2007/04/25 17:09:13 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.127 2007/04/26 21:02:27 hobbs Exp $ # Current Tk version; used in various names. @@ -1620,7 +1620,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(TEST_DIR)/README $(TEST_DIR)/*.{gif,ppm,xbm} \ $(TEST_DIR)/option.file* $(DISTDIR)/tests mkdir $(DISTDIR)/tests/ttk - cp -p $(TEST_DIR)/*.{test,tcl} $(DISTDIR)/tests/ttk + cp -p $(TEST_DIR)/ttk/*.{test,tcl} $(DISTDIR)/tests/ttk # # The following target can only be used for non-patch releases. Use |