diff options
| author | Miles Bader | 2007-01-30 22:22:43 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-01-30 22:22:43 +0000 |
| commit | bb5b9e9dbe671b0525692acf1337efa271b33fb6 (patch) | |
| tree | 810c31e2c5f1bc8e79df0cc4b121a25a9d4b8642 /mac | |
| parent | f3df78db7218a084cbd58dc9a3cb5b9909b02d4d (diff) | |
| parent | 41e49ce63ee2f9945ff99a19b00752ea887ef506 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | mac/Emacs.app/Contents/Info.plist | 22 | ||||
| -rwxr-xr-x | mac/make-package | 2 |
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 @@ | |||
| 1 | 2007-01-30 Piet van Oostrum <piet@cs.uu.nl> | ||
| 2 | |||
| 3 | * make-package (compver): Install info and manpages. | ||
| 4 | |||
| 1 | 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2006-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 | <!-- | ||
| 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | ||
| 3 | Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify it | ||
| 8 | under the terms of the GNU General Public License as published by the | ||
| 9 | Free Software Foundation; either version 2, or (at your option) any | ||
| 10 | later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, but | ||
| 13 | WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 15 | General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to the Free | ||
| 19 | Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
| 20 | MA 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` | |||
| 330 | if test "$self_contained" = "yes"; then | 330 | if 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 |