summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordas <das>2003-07-23 05:53:58 (GMT)
committerdas <das>2003-07-23 05:53:58 (GMT)
commit8ec43e75e59a28d15ca560fc3cae5fd50d93d334 (patch)
treed603d2875fa04a6784213e5b8d17aea4947a181b /unix/Makefile.in
parent357da0177eba27ebbbe1423533bcbc8e30cd2e52 (diff)
downloadtcl-8ec43e75e59a28d15ca560fc3cae5fd50d93d334.zip
tcl-8ec43e75e59a28d15ca560fc3cae5fd50d93d334.tar.gz
tcl-8ec43e75e59a28d15ca560fc3cae5fd50d93d334.tar.bz2
* unix/Makefile.in: added macosx/README to dist target.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index f9853a8..bbcf604 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.121.2.2 2003/07/15 01:15:51 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.121.2.3 2003/07/23 05:53:58 das Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -1294,6 +1294,7 @@ dist: mklinks
$(DISTDIR)/macosx
mkdir $(DISTDIR)/macosx/Tcl.pbproj
cp -p $(TOP_DIR)/macosx/Tcl.pbproj/*.pbx* $(DISTDIR)/macosx/Tcl.pbproj
+ cp -p $(TOP_DIR)/macosx/README $(DISTDIR)/macosx
mkdir $(DISTDIR)/unix/dltest
cp -p $(UNIX_DIR)/dltest/*.c $(UNIX_DIR)/dltest/Makefile.in \
$(UNIX_DIR)/dltest/README \