diff options
author | davygrvy <davygrvy> | 2002-03-05 19:44:43 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2002-03-05 19:44:43 (GMT) |
commit | 217481e22b82856d7caaec7f8ec043909f37d18b (patch) | |
tree | 433f88014ddc8be8254d00c6fdedb7baeb764952 /unix | |
parent | b2b42bba6876d91b01642ffcab446abdf9cf7f20 (diff) | |
download | tk-217481e22b82856d7caaec7f8ec043909f37d18b.zip tk-217481e22b82856d7caaec7f8ec043909f37d18b.tar.gz tk-217481e22b82856d7caaec7f8ec043909f37d18b.tar.bz2 |
Added win/rules.vc and included the use of eolFix to make sure they
have the correct <EOL> for the dist target. eolFix is in tcl's tools/ dir,
and $(TOOL_DIR) correctly refers there.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 43daf62..8bf8a90 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.63 2002/02/22 02:41:17 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.64 2002/03/05 19:44:43 davygrvy Exp $ # Current Tk version; used in various names. @@ -1066,7 +1066,11 @@ dist: $(UNIX_DIR)/configure $(DISTDIR)/win cp -p $(TOP_DIR)/win/*.c $(TOP_DIR)/win/*.h $(DISTDIR)/win cp -p $(TOP_DIR)/win/*.bat $(DISTDIR)/win + $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/*.bat cp -p $(TOP_DIR)/win/makefile.* $(DISTDIR)/win + $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/makefile.* + cp -p $(TOP_DIR)/win/rules.vc $(DISTDIR)/win + $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/rules.vc cp -p $(TOP_DIR)/win/README $(DISTDIR)/win cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win mkdir $(DISTDIR)/win/rc |