aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2011-10-18 02:19:28 -0400
committerChong Yidong2011-10-18 02:19:28 -0400
commit23769e49c70fe5f3b47246d138de8020629e5f0a (patch)
tree7155ccb544afb5e24f0fa2239a5e3b2d1650db6b
parent08b0fee82afa6153e14179b60e8315219782507a (diff)
downloademacs-23769e49c70fe5f3b47246d138de8020629e5f0a.tar.gz
emacs-23769e49c70fe5f3b47246d138de8020629e5f0a.zip
* make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
-rw-r--r--ChangeLog4
-rwxr-xr-xmake-dist5
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index adb2ed2c921..1746907e0aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12011-10-18 Chong Yidong <cyd@gnu.org>
2
3 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
4
12011-10-13 Glenn Morris <rgm@gnu.org> 52011-10-13 Glenn Morris <rgm@gnu.org>
2 6
3 * configure.in: Also look for tputs in libcurses. (Bug#9736) 7 * configure.in: Also look for tputs in libcurses. (Bug#9736)
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 \
302 nextstep/Cocoa/Emacs.base/Contents \ 302 nextstep/Cocoa/Emacs.base/Contents \
303 nextstep/Cocoa/Emacs.base/Contents/Resources \ 303 nextstep/Cocoa/Emacs.base/Contents/Resources \
304 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj \ 304 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj \
305 nextstep/Cocoa/Emacs.xcodeproj \
306 nextstep/GNUstep \ 305 nextstep/GNUstep \
307 nextstep/GNUstep/Emacs.base \ 306 nextstep/GNUstep/Emacs.base \
308 nextstep/GNUstep/Emacs.base/Resources 307 nextstep/GNUstep/Emacs.base/Resources
@@ -438,10 +437,6 @@ echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents/Resources/English.lpr
438(cd nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj 437(cd nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj
439 ln InfoPlist.strings ../../../../../../${tempdir}/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj) 438 ln InfoPlist.strings ../../../../../../${tempdir}/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj)
440 439
441echo "Making links to \`nextstep/Cocoa/Emacs.xcodeproj'"
442(cd nextstep/Cocoa/Emacs.xcodeproj
443 ln project.pbxproj ../../../${tempdir}/nextstep/Cocoa/Emacs.xcodeproj)
444
445echo "Making links to \`nextstep/GNUstep/Emacs.base/Resources'" 440echo "Making links to \`nextstep/GNUstep/Emacs.base/Resources'"
446(cd nextstep/GNUstep/Emacs.base/Resources 441(cd nextstep/GNUstep/Emacs.base/Resources
447 ln Emacs.desktop Info-gnustep.plist README emacs.tiff ../../../../${tempdir}/nextstep/GNUstep/Emacs.base/Resources ) 442 ln Emacs.desktop Info-gnustep.plist README emacs.tiff ../../../../${tempdir}/nextstep/GNUstep/Emacs.base/Resources )