summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2007-04-25 02:49:24 (GMT)
committerdas <das>2007-04-25 02:49:24 (GMT)
commit18f732c0dc34a2090132b451b3bfb2f3277c9475 (patch)
treec9af9f04d26e58957009d16f27033e36acbbbf52
parente3b5585e53a032c2a2e9567c9c95dfc2acc7d9c6 (diff)
downloadtk-18f732c0dc34a2090132b451b3bfb2f3277c9475.zip
tk-18f732c0dc34a2090132b451b3bfb2f3277c9475.tar.gz
tk-18f732c0dc34a2090132b451b3bfb2f3277c9475.tar.bz2
* unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist.
-rw-r--r--ChangeLog4
-rw-r--r--unix/Makefile.in5
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a2e98f..2bf94bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-25 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist.
+
2007-04-24 Jeff Hobbs <jeffh@ActiveState.com>
*** 8.5a6 TAGGED FOR RELEASE ***
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 45217ae..634a13f 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.123 2007/04/24 15:55:50 hobbs Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.124 2007/04/25 02:49:25 das Exp $
# Current Tk version; used in various names.
@@ -1551,7 +1551,8 @@ dist: $(UNIX_DIR)/configure
mkdir $(DISTDIR)/macosx
cp -p $(TOP_DIR)/macosx/GNUmakefile $(TOP_DIR)/macosx/README \
$(TOP_DIR)/macosx/Wish.icns $(TOP_DIR)/macosx/*.[chr] \
- $(TOP_DIR)/macosx/*.in $(TOP_DIR)/macosx/*.ac $(DISTDIR)/macosx
+ $(TOP_DIR)/macosx/*.in $(TOP_DIR)/macosx/*.ac \
+ $(TOP_DIR)/macosx/*.xcconfig $(DISTDIR)/macosx
mkdir $(DISTDIR)/macosx/Wish.pbproj
cp -p $(TOP_DIR)/macosx/Wish.pbproj/*.pbx* $(DISTDIR)/macosx/Wish.pbproj
mkdir $(DISTDIR)/macosx/Wish.xcode