aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5e1faa95..da3fe369 100644
--- a/Makefile
+++ b/Makefile
@@ -4,11 +4,17 @@
## Author: David Aspinall <David.Aspinall@ed.ac.uk>
##
## make - do "compile" and "scripts" targets
-## make compile - make .elc's in a single session
+## make compile - make .elc's
## make scripts - edit paths to bash/perl/PGHOME in scripts
## make install - install into system directories
## make clean - return to clean source
##
+## Edit the EMACS setting below or call with an explicit one, like this:
+##
+## make EMACS=xemacs
+## or
+## make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs
+##
## $Id$
##
###########################################################################
@@ -110,8 +116,6 @@ elc: $(ELC)
## Default targets
##
-default: compile scripts
-
all: compile scripts