summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-11 18:09:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-11 18:09:06 (GMT)
commitd7c24d9020572692a1c4520de8704f8fe761a556 (patch)
tree3c7fc3da762d87771fa79640445fecb51f847fa7 /unix/Makefile.in
parentc1df5ffe0c56ab2de0a34269f3d7ebba7708c61c (diff)
downloadtk-d7c24d9020572692a1c4520de8704f8fe761a556.zip
tk-d7c24d9020572692a1c4520de8704f8fe761a556.tar.gz
tk-d7c24d9020572692a1c4520de8704f8fe761a556.tar.bz2
* 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]
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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 \