summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-05-03 00:13:55 (GMT)
committerhobbs <hobbs>2000-05-03 00:13:55 (GMT)
commitc976f22afb9a851655b7dca553a0ff0dff4175ac (patch)
treeaca0a4cdd0454cb0af5d77a33af2e245ebdea0ff /unix
parentbfac38b888b4dee3f80767f8da8691a1154891b7 (diff)
downloadtcl-c976f22afb9a851655b7dca553a0ff0dff4175ac.zip
tcl-c976f22afb9a851655b7dca553a0ff0dff4175ac.tar.gz
tcl-c976f22afb9a851655b7dca553a0ff0dff4175ac.tar.bz2
* unix/Makefile.in: add tclsh.ico and tcl.spec to dist target
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index c28fcb7..9690375 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 2000/05/02 22:02:36 kupries Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.65 2000/05/03 00:13:55 hobbs Exp $
VERSION = @TCL_VERSION@
@@ -475,7 +475,7 @@ topDirName:
gendate:
yacc -l $(GENERIC_DIR)/tclGetDate.y
sed -e 's/yy/TclDate/g' -e '/^#include <values.h>/d' \
- -e 's?SCCSID?RCS: @(#) $$Id: Makefile.in,v 1.64 2000/05/02 22:02:36 kupries Exp $$?' \
+ -e 's?SCCSID?RCS: @(#) $$Id: Makefile.in,v 1.65 2000/05/03 00:13:55 hobbs Exp $$?' \
-e '/#ifdef __STDC__/,/#endif/d' -e '/TclDateerrlab:/d' \
-e '/TclDatenewstate:/d' -e '/#pragma/d' \
-e '/#include <inttypes.h>/d' -e 's/const /CONST /g' \
@@ -1100,7 +1100,7 @@ dist: $(UNIX_DIR)/configure
cp $(UNIX_DIR)/configure $(UNIX_DIR)/configure.in \
$(UNIX_DIR)/tcl.m4 $(UNIX_DIR)/aclocal.m4 \
$(UNIX_DIR)/tclConfig.sh.in $(UNIX_DIR)/install-sh \
- $(UNIX_DIR)/README $(UNIX_DIR)/ldAix \
+ $(UNIX_DIR)/README $(UNIX_DIR)/ldAix $(UNIX_DIR)/tcl.spec \
$(DISTDIR)/unix
chmod 775 $(DISTDIR)/unix/configure $(DISTDIR)/unix/configure.in
chmod 775 $(DISTDIR)/unix/ldAix
@@ -1148,7 +1148,8 @@ dist: $(UNIX_DIR)/configure
$(TOP_DIR)/win/tclConfig.sh.in \
$(TOP_DIR)/win/tcl.m4 $(TOP_DIR)/win/aclocal.m4 \
$(DISTDIR)/win
- cp -p $(TOP_DIR)/win/*.c $(TOP_DIR)/win/*.h $(TOP_DIR)/win/*.rc \
+ cp -p $(TOP_DIR)/win/*.c $(TOP_DIR)/win/*.h \
+ $(TOP_DIR)/win/*.ico $(TOP_DIR)/win/*.rc \
$(DISTDIR)/win
cp -p $(TOP_DIR)/win/*.bat $(DISTDIR)/win
cp -p $(TOP_DIR)/win/makefile.* $(DISTDIR)/win