diff options
author | welch <welch> | 1998-12-02 20:07:52 (GMT) |
---|---|---|
committer | welch <welch> | 1998-12-02 20:07:52 (GMT) |
commit | 32a79b2ff96bfafd432e5aa9c1de68fdaa028544 (patch) | |
tree | 43c0af64380a54e6b8326d1712821de3ed40d8bf /unix/Makefile.in | |
parent | 268b0e0536f8b73a091b695841708ebe48c4606b (diff) | |
download | tcl-32a79b2ff96bfafd432e5aa9c1de68fdaa028544.zip tcl-32a79b2ff96bfafd432e5aa9c1de68fdaa028544.tar.gz tcl-32a79b2ff96bfafd432e5aa9c1de68fdaa028544.tar.bz2 |
8.0.4 merge
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index b10c995..9561834 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.1.2.8 1998/12/01 05:01:02 stanton Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.1.2.9 1998/12/02 20:08:10 welch Exp $ # Current Tcl version; used in various names. @@ -972,7 +972,10 @@ dist: $(UNIX_DIR)/configure cp -p $(TOP_DIR)/license.terms $(DISTDIR)/tests cp -p $(TOP_DIR)/tests/*.test $(TOP_DIR)/tests/README \ $(TOP_DIR)/tests/all $(TOP_DIR)/tests/*.tcl \ - $(TOP_DIR)/tests/defs $(TOP_DIR)/tests/httpd $(DISTDIR)/tests + $(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 @@ -1056,7 +1059,9 @@ html: # programs found only in the Tcl group's tool workspace. # -macdist: dist html +macdist: dist machtml + +machtml: rm -f $(DISTDIR)/mac/tclMacProjects.sea.hqx rm -rf $(DISTDIR)/doc tclsh $(TOOL_DIR)/cvtEOL.tcl $(DISTDIR) |