From ccb3f6c66e688d283d9f5a349babdb0f49594678 Mon Sep 17 00:00:00 2001 From: ueno Date: Fri, 23 Mar 2007 14:17:22 +0000 Subject: [PATCH] all -> all-local install -> install-data-local --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 1.7.10.4