diff options
author | dgp <dgp@users.sourceforge.net> | 2006-04-11 18:09:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-04-11 18:09:06 (GMT) |
commit | d7c24d9020572692a1c4520de8704f8fe761a556 (patch) | |
tree | 3c7fc3da762d87771fa79640445fecb51f847fa7 /unix | |
parent | c1df5ffe0c56ab2de0a34269f3d7ebba7708c61c (diff) | |
download | tk-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')
-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 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 \ |