[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Latex export - not working - more info..
From: |
Matthew Lundin |
Subject: |
Re: [Orgmode] Latex export - not working - more info.. |
Date: |
Thu, 08 Jan 2009 06:42:01 -0600 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (darwin) |
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 <address@hidden> 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!