diff options
author | welch <welch> | 1998-07-11 13:06:42 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-11 13:06:42 (GMT) |
commit | e3142a5267cc418af5890906dd1d3e8a14b1f947 (patch) | |
tree | 61ca10917bc1cf763ccc1d6cb6769053160b0306 /unix | |
parent | c733916a636b81f252b124a1e3c3ce33f4b5ec82 (diff) | |
download | tcl-e3142a5267cc418af5890906dd1d3e8a14b1f947.zip tcl-e3142a5267cc418af5890906dd1d3e8a14b1f947.tar.gz tcl-e3142a5267cc418af5890906dd1d3e8a14b1f947.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index ce8cfd9..0365ebb 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -875,15 +875,16 @@ dist: $(UNIX_DIR)/configure mkdir $(DISTDIR)/win cp -p $(TOP_DIR)/win/*.c $(TOP_DIR)/win/*.h $(TOP_DIR)/win/*.rc \ $(DISTDIR)/win + cp -p $(TOP_DIR)/win/*.bat $(DISTDIR)/win cp -p $(TOP_DIR)/win/makefile.* $(DISTDIR)/win cp -p $(TOP_DIR)/win/README $(DISTDIR)/win cp -p $(TOP_DIR)/win/pkgIndex.tcl $(DISTDIR)/win cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win mkdir $(DISTDIR)/mac - sccs edit -s $(TOP_DIR)/mac/tclMacProjects.sit.hqx - cp -p tclMacProjects.sit.hqx $(DISTDIR)/mac - sccs unedit $(TOP_DIR)/mac/tclMacProjects.sit.hqx - rm -f tclMacProjects.sit.hqx + sccs edit -s $(TOP_DIR)/mac/tclMacProjects.sea.hqx + cp -p tclMacProjects.sea.hqx $(DISTDIR)/mac + sccs unedit $(TOP_DIR)/mac/tclMacProjects.sea.hqx + rm -f tclMacProjects.sea.hqx cp -p $(TOP_DIR)/mac/*.c $(TOP_DIR)/mac/*.h $(TOP_DIR)/mac/*.r \ $(DISTDIR)/mac cp -p $(TOP_DIR)/mac/porting.notes $(TOP_DIR)/mac/README $(DISTDIR)/mac @@ -938,7 +939,7 @@ allpatch: dist # macdist: dist - rm -f $(DISTDIR)/mac/tclMacProjects.sit.hqx + rm -f $(DISTDIR)/mac/tclMacProjects.sea.hqx tclsh $(TOOL_DIR)/man2html.tcl $(DISTDIR)/tmp ../.. tcl$(VERSION) mv $(DISTDIR)/tmp/tcl$(VERSION) $(DISTDIR)/html rm -rf $(DISTDIR)/doc |