From: ueno Date: Fri, 23 Mar 2007 14:17:22 +0000 (+0000) Subject: all -> all-local X-Git-Tag: epg-0_0_11~40 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ccb3f6c66e688d283d9f5a349babdb0f49594678;p=elisp%2Fepg.git all -> all-local install -> install-data-local --- diff --git a/Makefile.am b/Makefile.am index 9bcbfb8..b31034b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,12 +10,12 @@ info_TEXINFOS = epa.texi FLAGS ?= -batch -q -no-site-file -all: elc +all-local: elc elc: $(EMACS) $(FLAGS) -l COMPILE -f epg-compile -install: elc +install-data-local: elc $(EMACS) $(FLAGS) -l COMPILE -f epg-install $(lispdir) # $(MAKE) package: