* make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
authorChong Yidong <cyd@gnu.org>
Tue, 18 Oct 2011 06:19:28 +0000 (02:19 -0400)
committerChong Yidong <cyd@gnu.org>
Tue, 18 Oct 2011 06:19:28 +0000 (02:19 -0400)
ChangeLog
make-dist

index adb2ed2..1746907 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-10-18  Chong Yidong  <cyd@gnu.org>
+
+       * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
+
 2011-10-13  Glenn Morris  <rgm@gnu.org>
 
        * configure.in: Also look for tputs in libcurses.  (Bug#9736)
index 2dbb35c..a428686 100755 (executable)
--- 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 )