summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordas <das>2009-08-24 00:57:20 (GMT)
committerdas <das>2009-08-24 00:57:20 (GMT)
commit8d037e5034bb1bd73a0df73248627dd232f2b604 (patch)
tree9ca9102b51497232628f90a3372db321a6f6816a /unix/Makefile.in
parent90e0700d79e616b7cb358be30448acf33dd5c007 (diff)
downloadtk-8d037e5034bb1bd73a0df73248627dd232f2b604.zip
tk-8d037e5034bb1bd73a0df73248627dd232f2b604.tar.gz
tk-8d037e5034bb1bd73a0df73248627dd232f2b604.tar.bz2
* macosx/Wish.sdef (new file): Install and enable sdef file
* macosx/Wish-Info.plist.in: into Wish application bundle, * macosx/Tk.xcode/project.pbxproj: describing TkAqua apple event * macosx/Tk.xcodeproj/project.pbxproj: support for use by AppleScript. * unix/Makefile.in: (replaces functionality of * unix/configure.in: 'aete' resource removed with Cocoa port & fixes AppleScript issues reported on tcl-mac)
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 2535943..ab12e68 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.155 2009/07/18 08:16:09 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.156 2009/08/24 00:57:20 das Exp $
# Current Tk version; used in various names.
@@ -1577,7 +1577,8 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(M
$(TOP_DIR)/macosx/*.icns $(TOP_DIR)/macosx/*.tiff \
$(TOP_DIR)/macosx/*.[ch] $(TOP_DIR)/macosx/*.in \
$(TOP_DIR)/macosx/*.ac $(TOP_DIR)/macosx/*.xcconfig \
- $(TOP_DIR)/macosx/configure $(DISTDIR)/macosx
+ $(TOP_DIR)/macosx/*.sdef $(TOP_DIR)/macosx/configure \
+ $(DISTDIR)/macosx
cp -p $(TOP_DIR)/license.terms $(DISTDIR)/macosx
mkdir $(DISTDIR)/macosx/Tk.xcode
cp -p $(TOP_DIR)/macosx/Tk.xcode/project.pbxproj \