diff options
author | davygrvy <davygrvy> | 2002-03-06 18:54:16 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2002-03-06 18:54:16 (GMT) |
commit | b19ac659c5733dd06776232de8a0d012e49a0c4a (patch) | |
tree | 33be9e4bb1cba08053a0f5ef8833feceb3171db3 /unix | |
parent | 37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b (diff) | |
download | tk-b19ac659c5733dd06776232de8a0d012e49a0c4a.zip tk-b19ac659c5733dd06776232de8a0d012e49a0c4a.tar.gz tk-b19ac659c5733dd06776232de8a0d012e49a0c4a.tar.bz2 |
Added win/rc/wish.exe.manifest to the dist target. Noted missing by
Ryan Casey.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 8bf8a90..f203023 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.64 2002/03/05 19:44:43 davygrvy Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.65 2002/03/06 18:54:16 davygrvy Exp $ # Current Tk version; used in various names. @@ -1074,9 +1074,12 @@ dist: $(UNIX_DIR)/configure cp -p $(TOP_DIR)/win/README $(DISTDIR)/win cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win mkdir $(DISTDIR)/win/rc + cp -p $(TOP_DIR)/win/rc/wish.exe.manifest $(TOP_DIR)/win/rc/ cp -p $(TOP_DIR)/win/rc/*.rc $(TOP_DIR)/win/rc/*.cur \ $(TOP_DIR)/win/rc/*.ico $(TOP_DIR)/win/rc/*.bmp \ $(DISTDIR)/win/rc + $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/rc/*.rc + $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/rc/wish.exe.manifest mkdir $(DISTDIR)/mac cp -p $(TOP_DIR)/mac/tkMacProjects.sea.hqx $(DISTDIR)/mac cp -p $(TOP_DIR)/mac/*.c $(TOP_DIR)/mac/*.h $(TOP_DIR)/mac/*.r \ |