From 9f2487a5e6fc588f6d3b1e567ff6b2a3f8143916 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 31 Jan 2008 13:06:38 +0000 Subject: Remove duplicate default target. Add doc for EMACS setting egs. --- Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5e1faa95..da3fe369 100644 --- a/Makefile +++ b/Makefile @@ -4,11 +4,17 @@ ## Author: David Aspinall ## ## 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 -- cgit v1.2.3