aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-31 13:06:38 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-31 13:06:38 +0000
commit9f2487a5e6fc588f6d3b1e567ff6b2a3f8143916 (patch)
treed0c30dcab385a353a03c389228eb7a766da3494b /Makefile
parent14b5660ef1b8fb67bff60fa3ef3cbdb5ea2be718 (diff)
Remove duplicate default target. Add doc for EMACS setting egs.
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