summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorwelch <welch>1998-12-02 01:42:52 (GMT)
committerwelch <welch>1998-12-02 01:42:52 (GMT)
commit0e7017ef8cdb01ecd282c0cb599bf8dd59149c34 (patch)
treea6289667117f0c4ce6a63164760b81a5d8fab69e /unix
parent5cbddb2f348e800fedcc20886535f513dccad828 (diff)
downloadtcl-0e7017ef8cdb01ecd282c0cb599bf8dd59149c34.zip
tcl-0e7017ef8cdb01ecd282c0cb599bf8dd59149c34.tar.gz
tcl-0e7017ef8cdb01ecd282c0cb599bf8dd59149c34.tar.bz2
Added tests/pkg to distribution
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 0ff4161..254ee99 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.13 1998/10/20 20:01:23 rjohnson Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.14 1998/12/02 01:42:52 welch Exp $
# Current Tcl version; used in various names.
@@ -403,7 +403,7 @@ topDirName:
gendate:
yacc -l $(GENERIC_DIR)/tclGetDate.y
sed -e 's/yy/TclDate/g' -e '/^#include <values.h>/d' \
- -e 's/SCCSID/RCS: @(#) $Id: Makefile.in,v 1.13 1998/10/20 20:01:23 rjohnson Exp $'
+ -e 's/SCCSID/RCS: @(#) $Id: Makefile.in,v 1.14 1998/12/02 01:42:52 welch Exp $'
-e '/#ifdef __STDC__/,/#endif/d' -e '/TclDateerrlab:/d' \
-e '/TclDatenewstate:/d' -e '/#pragma/d' \
<y.tab.c >$(GENERIC_DIR)/tclDate.c
@@ -890,6 +890,9 @@ dist: $(UNIX_DIR)/configure
cp -p $(TOP_DIR)/tests/*.test $(TOP_DIR)/tests/README \
$(TOP_DIR)/tests/all $(TOP_DIR)/tests/*.tcl \
$(TOP_DIR)/tests/defs $(DISTDIR)/tests
+ mkdir $(DISTDIR)/tests/pkg
+ cp -p $(TOP_DIR)/license.terms $(DISTDIR)/tests/pkg
+ cp -p $(TOP_DIR)/tests/pkg/*.tcl $(TOP_DIR)/tests/pkg
mkdir $(DISTDIR)/win
cp -p $(TOP_DIR)/win/*.c $(TOP_DIR)/win/*.h $(TOP_DIR)/win/*.rc \
$(DISTDIR)/win
@@ -953,7 +956,9 @@ allpatch: dist
# programs found only in the Tcl group's tool workspace.
#
-macdist: dist
+macdist: dist machtml
+
+machtml:
rm -f $(DISTDIR)/mac/tclMacProjects.sea.hqx
tclsh $(TOOL_DIR)/man2html.tcl $(DISTDIR)/tmp ../.. tcl$(VERSION)
mv $(DISTDIR)/tmp/tcl$(VERSION) $(DISTDIR)/html