summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2011-10-18 02:19:28 -0400
committerChong Yidong <cyd@gnu.org>2011-10-18 02:19:28 -0400
commit23769e49c70fe5f3b47246d138de8020629e5f0a (patch)
tree7155ccb544afb5e24f0fa2239a5e3b2d1650db6b /make-dist
parent08b0fee82afa6153e14179b60e8315219782507a (diff)
downloademacs-23769e49c70fe5f3b47246d138de8020629e5f0a.tar.gz
* make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist5
1 files changed, 0 insertions, 5 deletions
diff --git a/make-dist b/make-dist
index 2dbb35cdc5b..a428686cc84 100755
--- a/make-dist
+++ b/make-dist
@@ -302,7 +302,6 @@ for subdir in site-lisp \
nextstep/Cocoa/Emacs.base/Contents \
nextstep/Cocoa/Emacs.base/Contents/Resources \
nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj \
- nextstep/Cocoa/Emacs.xcodeproj \
nextstep/GNUstep \
nextstep/GNUstep/Emacs.base \
nextstep/GNUstep/Emacs.base/Resources
@@ -438,10 +437,6 @@ echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents/Resources/English.lpr
(cd nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj
ln InfoPlist.strings ../../../../../../${tempdir}/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj)
-echo "Making links to \`nextstep/Cocoa/Emacs.xcodeproj'"
-(cd nextstep/Cocoa/Emacs.xcodeproj
- ln project.pbxproj ../../../${tempdir}/nextstep/Cocoa/Emacs.xcodeproj)
-
echo "Making links to \`nextstep/GNUstep/Emacs.base/Resources'"
(cd nextstep/GNUstep/Emacs.base/Resources
ln Emacs.desktop Info-gnustep.plist README emacs.tiff ../../../../${tempdir}/nextstep/GNUstep/Emacs.base/Resources )