diff options
author | welch <welch@noemail.net> | 1998-07-20 16:57:29 (GMT) |
---|---|---|
committer | welch <welch@noemail.net> | 1998-07-20 16:57:29 (GMT) |
commit | 8e8c88e6296cbe84d7c8257be733cf1ca10232b7 (patch) | |
tree | e5916e3fa7f48b3a0f05b3b8ff14e4daaa2d4bf0 /unix | |
parent | ced8088ebea3d7593b4ebe9233f4e7fd7143b566 (diff) | |
download | tk-8e8c88e6296cbe84d7c8257be733cf1ca10232b7.zip tk-8e8c88e6296cbe84d7c8257be733cf1ca10232b7.tar.gz tk-8e8c88e6296cbe84d7c8257be733cf1ca10232b7.tar.bz2 |
Updated dist target
FossilOrigin-Name: 7a1afc243a7ad63c337f049007dc42803a85c619
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 88df1da..725f9ab 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -814,6 +814,7 @@ dist: $(UNIX_DIR)/configure rm -f $(DISTDIR)/generic/blt*.[ch] mkdir $(DISTDIR)/win cp -p $(TOP_DIR)/win/*.c $(TOP_DIR)/win/*.h $(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)/license.terms $(DISTDIR)/win @@ -822,10 +823,10 @@ dist: $(UNIX_DIR)/configure $(TOP_DIR)/win/rc/*.ico $(TOP_DIR)/win/rc/*.bmp \ $(DISTDIR)/win/rc mkdir $(DISTDIR)/mac - sccs edit -s $(TOP_DIR)/mac/tkMacProjects.sit.hqx - cp -p tkMacProjects.sit.hqx $(DISTDIR)/mac - sccs unedit $(TOP_DIR)/mac/tkMacProjects.sit.hqx - rm -f tkMacProjects.sit.hqx + sccs edit -s $(TOP_DIR)/mac/tkMacProjects.sea.hqx + cp -p tkMacProjects.sea.hqx $(DISTDIR)/mac + sccs unedit $(TOP_DIR)/mac/tkMacProjects.sea.hqx + rm -f tkMacProjects.sea.hqx cp -p $(TOP_DIR)/mac/*.c $(TOP_DIR)/mac/*.h $(TOP_DIR)/mac/*.r \ $(DISTDIR)/mac cp -p $(TOP_DIR)/mac/README $(DISTDIR)/mac @@ -923,7 +924,7 @@ allpatch: dist # macdist: dist - rm -f $(DISTDIR)/mac/tkMacProjects.sit.hqx + rm -f $(DISTDIR)/mac/tkMacProjects.sea.hqx tclsh $(TOOL_DIR)/man2html.tcl $(DISTDIR)/tmp ../.. tk$(VERSION) mv $(DISTDIR)/tmp/tk$(VERSION) $(DISTDIR)/html rm -rf $(DISTDIR)/doc |