diff options
| author | David Aspinall | 2010-08-16 11:41:00 +0000 |
|---|---|---|
| committer | David Aspinall | 2010-08-16 11:41:00 +0000 |
| commit | 6a2df321708ad079bb018859a6c916fcb9f95013 (patch) | |
| tree | 75b514dba600f275efdc9420fbd43d929b092b8d /Makefile | |
| parent | 0b1ce1bd821974f68f683ec858a7a2fdd0fd49ea (diff) | |
Fix compile errors, update tags
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ # Set this according to your version of Emacs. # NB: this is also used to set default install path names below. EMACS=$(shell if [ -z "`which emacs`" ]; then echo "Emacs executable not found"; exit 1; else echo emacs; fi) +# EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs # We default to /usr rather than /usr/local because installs of # desktop and doc files under /usr/local are unlikely to work with |
