summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordas <das@noemail.net>2003-07-23 05:53:57 (GMT)
committerdas <das@noemail.net>2003-07-23 05:53:57 (GMT)
commit32740b9b523ec10780b4ce7a2f753c464bd87365 (patch)
treed603d2875fa04a6784213e5b8d17aea4947a181b /unix/Makefile.in
parentad155ca696f9efc37ee46d8cf62be7fb08795329 (diff)
downloadtcl-32740b9b523ec10780b4ce7a2f753c464bd87365.zip
tcl-32740b9b523ec10780b4ce7a2f753c464bd87365.tar.gz
tcl-32740b9b523ec10780b4ce7a2f753c464bd87365.tar.bz2
* unix/Makefile.in: added macosx/README to dist target.
FossilOrigin-Name: 6a80fe5f94827a6bfbaca13e97c820462123c169
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 \