summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2002-11-07 06:38:19 (GMT)
committerdas <das>2002-11-07 06:38:19 (GMT)
commit13643396a4973234dcdcbb92f77bb3eceaf2e255 (patch)
treee9fc94e78bd40f4dfecae005a34e6ace5e198688
parent1c9a76df1d88d79dbd3a7d76fd76db4a4149f304 (diff)
downloadtk-13643396a4973234dcdcbb92f77bb3eceaf2e255.zip
tk-13643396a4973234dcdcbb92f77bb3eceaf2e255.tar.gz
tk-13643396a4973234dcdcbb92f77bb3eceaf2e255.tar.bz2
* unix/Makefile.in: added macosx/README to dist target.
-rw-r--r--ChangeLog1
-rw-r--r--unix/Makefile.in3
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3719344..ff299b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2002-11-07 Daniel Steffen <das@users.sourceforge.net>
+ * unix/Makefile.in: added macosx/README to dist target.
* macosx/Wish.pbproj/project.pbxproj: fix to 'wish' script
to allow it to work when not installed into '/'.
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 15781f4..702b108 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.85 2002/10/10 05:01:23 hobbs Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.86 2002/11/07 06:38:19 das Exp $
# Current Tk version; used in various names.
@@ -1136,6 +1136,7 @@ dist: $(UNIX_DIR)/configure mklinks
mkdir $(DISTDIR)/macosx/Wish.pbproj
cp -p $(TOP_DIR)/macosx/Wish.pbproj/*.pbx* \
$(DISTDIR)/macosx/Wish.pbproj
+ cp -p $(TOP_DIR)/macosx/README $(DISTDIR)/macosx
mkdir $(DISTDIR)/compat
cp -p $(TOP_DIR)/license.terms $(TCLDIR)/compat/unistd.h \
$(TCLDIR)/compat/stdlib.h $(TCLDIR)/compat/limits.h \