diff options
| author | Adrian Robert | 2008-07-15 18:15:18 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-15 18:15:18 +0000 |
| commit | edfda78355c5528eee489fa8a7f9c73bf8e734f2 (patch) | |
| tree | 78d2414d9791e1efc17ec9b35b438ae35602340a /Makefile.in | |
| parent | 1391cd548782097e34d7856ec4f20ca90bdf2c26 (diff) | |
| download | emacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.tar.gz emacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.zip | |
merging Emacs.app (NeXTstep port)
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8e826394d43..3d550db8768 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -137,7 +137,7 @@ man1dir=$(mandir)/man1 | |||
| 137 | infodir=@infodir@ | 137 | infodir=@infodir@ |
| 138 | INFO_FILES=ada-mode autotype calc ccmode cl dbus dired-x ebrowse ediff \ | 138 | INFO_FILES=ada-mode autotype calc ccmode cl dbus dired-x ebrowse ediff \ |
| 139 | efaq eintr elisp emacs emacs-mime epa erc eshell eudc \ | 139 | efaq eintr elisp emacs emacs-mime epa erc eshell eudc \ |
| 140 | flymake forms gnus idlwave info message mh-e newsticker \ | 140 | flymake forms gnus idlwave info message mh-e newsticker ns-emacs \ |
| 141 | nxml-mode org pcl-cvs pgg rcirc reftex remember sasl sc ses \ | 141 | nxml-mode org pcl-cvs pgg rcirc reftex remember sasl sc ses \ |
| 142 | sieve speedbar tramp vip viper widget woman smtpmail url | 142 | sieve speedbar tramp vip viper widget woman smtpmail url |
| 143 | 143 | ||
| @@ -167,6 +167,9 @@ x_default_search_path=@x_default_search_path@ | |||
| 167 | # Location to install Emacs.app on Mac OS X | 167 | # Location to install Emacs.app on Mac OS X |
| 168 | carbon_appdir=@carbon_appdir@ | 168 | carbon_appdir=@carbon_appdir@ |
| 169 | 169 | ||
| 170 | # Location to install Emacs.app under NeXT/Open/GNUstep / Cocoa | ||
| 171 | ns_appdir=@ns_appdir@ | ||
| 172 | |||
| 170 | # Where the etc/emacs.desktop file is to be installed. | 173 | # Where the etc/emacs.desktop file is to be installed. |
| 171 | desktopdir=$(datarootdir)/applications | 174 | desktopdir=$(datarootdir)/applications |
| 172 | 175 | ||
| @@ -411,6 +414,14 @@ install-arch-dep: mkdir | |||
| 411 | (cd $(DESTDIR)${carbon_appdir}/Emacs.app; umask 022; tar -xvf - \ | 414 | (cd $(DESTDIR)${carbon_appdir}/Emacs.app; umask 022; tar -xvf - \ |
| 412 | && cat > /dev/null))) || exit 1; \ | 415 | && cat > /dev/null))) || exit 1; \ |
| 413 | fi | 416 | fi |
| 417 | if test "${ns_appdir}" != ""; then \ | ||
| 418 | umask 022; mkdir -p ${ns_appdir}/Emacs.app; \ | ||
| 419 | (cd nextstep/build/Emacs.app; (tar -chf - . | \ | ||
| 420 | (cd ${ns_appdir}/Emacs.app; umask 022; tar -xvf - \ | ||
| 421 | && cat > /dev/null))) || exit 1; \ | ||
| 422 | ( cd site-lisp ; tar chf - . ) | \ | ||
| 423 | ( cd ${datadir}/$(EMACSFULL)/site-lisp ; tar xf - ) \ | ||
| 424 | fi | ||
| 414 | 425 | ||
| 415 | ## http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01672.html | 426 | ## http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01672.html |
| 416 | ## Needs to be the user running install, so configure can't set it. | 427 | ## Needs to be the user running install, so configure can't set it. |