From d7c24d9020572692a1c4520de8704f8fe761a556 Mon Sep 17 00:00:00 2001 From: dgp Date: Tue, 11 Apr 2006 18:09:06 +0000 Subject: * unix/Makefile.in: Updated `make dist` target to be sure the message catalogs for the widget demo get packaged into the source code distribution. [Bug 1466509] --- ChangeLog | 6 ++++++ unix/Makefile.in | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index af16a0d..beaea3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-11 Don Porter + + * unix/Makefile.in: Updated `make dist` target to be sure the + message catalogs for the widget demo get packaged into the source + code distribution. [Bug 1466509] + 2006-04-11 Daniel Steffen * changes: added latest aqua bug fixes. diff --git a/unix/Makefile.in b/unix/Makefile.in index 579fe6c..fa0068a 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.113 2006/03/08 22:54:05 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.114 2006/04/11 18:09:07 dgp Exp $ # Current Tk version; used in various names. @@ -1424,6 +1424,7 @@ dist: $(UNIX_DIR)/configure done;) mkdir $(DISTDIR)/library/demos cp -pr $(TOP_DIR)/library/demos/*.tcl \ + $(TOP_DIR)/library/demos/*.msg \ $(TOP_DIR)/library/demos/tclIndex \ $(TOP_DIR)/library/demos/browse \ $(TOP_DIR)/library/demos/hello $(TOP_DIR)/library/demos/ixset \ -- cgit v0.12