summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2004-12-07 23:15:15 (GMT)
committerhobbs <hobbs@noemail.net>2004-12-07 23:15:15 (GMT)
commitca3894486cac5107e38632df3b39fbba8f3065b7 (patch)
tree9511268cba41e0038c3f26c409a36108e911a4ec /unix/Makefile.in
parent9ed9b2932849cfec1c3e39b0f06cfbbf53510b5a (diff)
downloadtcl-ca3894486cac5107e38632df3b39fbba8f3065b7.zip
tcl-ca3894486cac5107e38632df3b39fbba8f3065b7.tar.gz
tcl-ca3894486cac5107e38632df3b39fbba8f3065b7.tar.bz2
add library/tzdata,msgs to dist targetcore-8-5-a2
FossilOrigin-Name: 46f3d59e9684db797a3270cbc4fa30f0d0c54179
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 4b5b64b..b538716 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.157 2004/11/24 00:10:30 dkf Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.158 2004/12/07 23:15:19 hobbs Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -1315,6 +1315,12 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in
done;
mkdir $(DISTDIR)/library/encoding
cp -p $(TOP_DIR)/library/encoding/*.enc $(DISTDIR)/library/encoding
+ mkdir $(DISTDIR)/library/msgs
+ cp -p $(TOP_DIR)/library/msgs/*.msg $(DISTDIR)/library/msgs
+ ( cd $(TOP_DIR); \
+ find library/tzdata -name CVS -prune -o -type f -print ) \
+ | ( cd $(TOP_DIR) ; xargs tar cf - ) \
+ | ( cd $(DISTDIR) ; tar xfp - )
mkdir $(DISTDIR)/doc
cp -p $(TOP_DIR)/license.terms $(TOP_DIR)/doc/*.[13n] \
$(TOP_DIR)/doc/man.macros $(DISTDIR)/doc