aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorMiles Bader2007-01-30 22:22:43 +0000
committerMiles Bader2007-01-30 22:22:43 +0000
commitbb5b9e9dbe671b0525692acf1337efa271b33fb6 (patch)
tree810c31e2c5f1bc8e79df0cc4b121a25a9d4b8642 /mac
parentf3df78db7218a084cbd58dc9a3cb5b9909b02d4d (diff)
parent41e49ce63ee2f9945ff99a19b00752ea887ef506 (diff)
downloademacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.tar.gz
emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 615-621) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 197-199) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
Diffstat (limited to 'mac')
-rw-r--r--mac/ChangeLog4
-rw-r--r--mac/Emacs.app/Contents/Info.plist22
-rwxr-xr-xmac/make-package2
3 files changed, 28 insertions, 0 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 228616ba439..c5aa0011a87 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,7 @@
12007-01-30 Piet van Oostrum <piet@cs.uu.nl>
2
3 * make-package (compver): Install info and manpages.
4
12006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 52006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 6
3 * inc/config.h: Sync with src/config.in. 7 * inc/config.h: Sync with src/config.in.
diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist
index d03123cc3cd..c27500678b8 100644
--- a/mac/Emacs.app/Contents/Info.plist
+++ b/mac/Emacs.app/Contents/Info.plist
@@ -1,3 +1,25 @@
1<!--
2Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
3 Free Software Foundation, Inc.
4
5This file is part of GNU Emacs.
6
7GNU Emacs is free software; you can redistribute it and/or modify it
8under the terms of the GNU General Public License as published by the
9Free Software Foundation; either version 2, or (at your option) any
10later version.
11
12GNU Emacs is distributed in the hope that it will be useful, but
13WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to the Free
19Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20MA 02110-1301, USA.
21-->
22
1<?xml version="1.0" encoding="UTF-8"?> 23<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> 24<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3<plist version="0.9"> 25<plist version="0.9">
diff --git a/mac/make-package b/mac/make-package
index 2c113edbd13..a783ef40a50 100755
--- a/mac/make-package
+++ b/mac/make-package
@@ -330,6 +330,8 @@ compver=powerpc-apple-darwin`uname -r`
330if test "$self_contained" = "yes"; then 330if test "$self_contained" = "yes"; then
331 # Move shared files down to Resources directory 331 # Move shared files down to Resources directory
332 mv $installprefix/share/emacs/$version/* $installprefix 332 mv $installprefix/share/emacs/$version/* $installprefix
333 mv $installprefix/share/info $installprefix
334 mv $installprefix/share/man $installprefix
333 rm -rf $installprefix/share 335 rm -rf $installprefix/share
334 # These directories might remain in Resources 336 # These directories might remain in Resources
335 mv $installprefix/bin $installprefix/../MacOS/bin 337 mv $installprefix/bin $installprefix/../MacOS/bin