Hi Sergio, 

The following Makefile settings work for me when installing with
Carbon Emacs:

---begin Makefile snippet---

# Name of your emacs binary
EMACS=/Applications/Emacs.app/Contents/MacOS/emacs

# Where local software is found
prefix=/usr/local

# Where local lisp files go.
lispdir = /Applications/Emacs.app/Contents/Resources/site-lisp 

# Where info files go.
infodir = /Applications/Emacs.app/Contents/Resources/info 

---end Makefile snippet---

- Matt

sergio_101 <sergiol...@village-buzz.com> writes:

> hi, matt...
>
> can you send me the relevant parts (the top) of your Makefile?
>
> mine looks like this..
>
> # Name of your emacs binary
> EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs 
> # Where local software is found
> prefix=/usr/local
>
> # Where local lisp files go.
> lispdir = $(prefix)/share/emacs/site-lisp
>
> # Where info files go.
> infodir = $(prefix)/share/info
>
> thanks!


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to