summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2002-03-05 19:37:35 (GMT)
committerdavygrvy <davygrvy@pobox.com>2002-03-05 19:37:35 (GMT)
commitafe982c0070835f03e4776b6f86ed0e494fb17d1 (patch)
treeb177d631dc4aed44ee201c880da3080ce6f4dc76 /unix
parent1f5a1f6d4db67a05a82099b92bce80745bf1e507 (diff)
downloadtcl-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')
-rw-r--r--unix/Makefile.in4
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