diff options
author | davygrvy <davygrvy@pobox.com> | 2002-03-05 19:37:35 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-03-05 19:37:35 (GMT) |
commit | afe982c0070835f03e4776b6f86ed0e494fb17d1 (patch) | |
tree | b177d631dc4aed44ee201c880da3080ce6f4dc76 /unix/Makefile.in | |
parent | 1f5a1f6d4db67a05a82099b92bce80745bf1e507 (diff) | |
download | tcl-afe982c0070835f03e4776b6f86ed0e494fb17d1.zip tcl-afe982c0070835f03e4776b6f86ed0e494fb17d1.tar.gz tcl-afe982c0070835f03e4776b6f86ed0e494fb17d1.tar.bz2 |
Also added the MSVC++ project files to dist target. I prefer not to use them,
but people might find them convenient.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 347e191..e3f5b5e 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.96 2002/03/05 18:47:58 davygrvy Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.97 2002/03/05 19:37:35 davygrvy Exp $ VERSION = @TCL_VERSION@ @@ -1234,6 +1234,8 @@ dist: $(UNIX_DIR)/configure mklinks $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/coffbase.txt cp -p $(TOP_DIR)/win/tcl.hpj.in $(DISTDIR)/win $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/tcl.hpj.in + cp -p $(TOP_DIR)/win/tcl.ds* $(DISTDIR)/win + $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/tcl.ds* cp -p $(TOP_DIR)/win/README $(DISTDIR)/win cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win mkdir $(DISTDIR)/mac |