summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2003-07-23 05:53:42 (GMT)
committerdas <das>2003-07-23 05:53:42 (GMT)
commit0252cfc65484d150549ddca434a96ec77d1da8bc (patch)
tree68814f10b61d9738bc2b0526a54915d203f1a3e2
parentf7d0bec92ea0f1405a40b1f9a77d4b585fc903ba (diff)
downloadtcl-0252cfc65484d150549ddca434a96ec77d1da8bc.zip
tcl-0252cfc65484d150549ddca434a96ec77d1da8bc.tar.gz
tcl-0252cfc65484d150549ddca434a96ec77d1da8bc.tar.bz2
* unix/Makefile.in: added macosx/README to dist target.
-rw-r--r--ChangeLog4
-rw-r--r--unix/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b0a1980..ce5c3b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-23 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/Makefile.in: added macosx/README to dist target.
+
2003-07-23 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/tclWinReg.c (OpenSubKey): Fixed bug 775976 which causes the
diff --git a/unix/Makefile.in b/unix/Makefile.in
index e299ff3..5e69d40 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.130 2003/07/18 02:02:02 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.131 2003/07/23 05:53:43 das Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -1342,6 +1342,7 @@ dist: $(UNIX_DIR)/configure 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 \