From ac2cfb404418a28b4be72c48e6313fb6ca7dd70c Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 26 Apr 2007 21:02:26 +0000 Subject: fix tests/ttk dist src --- ChangeLog | 6 +++++- unix/Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d334ca..39f92a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ -2007-04-25 Jeff Hobbs +2007-04-26 Jeff Hobbs *** 8.5a6 TAGGED FOR RELEASE *** + * unix/Makefile.in (dist): correct tests/ttk glob inclusion + +2007-04-25 Jeff Hobbs + * 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 -- cgit v0.12