From dfbec15b2388158693ab0dce0c7d348c4c5a98a5 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 6 Apr 2010 15:05:13 -0700 Subject: Install emacs lisp files into a notmuch sub-directory of site-lisp. Now that we have multiple emacs-lisp source files, it's just more polite this way. --- emacs/Makefile.local | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emacs/Makefile.local') diff --git a/emacs/Makefile.local b/emacs/Makefile.local index 52aca4ef..e34da0be 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -20,10 +20,10 @@ install: install-emacs .PHONY: install-emacs install-emacs: - mkdir -p $(DESTDIR)/$(emacs_lispdir) - install -m0644 $(emacs_sources) $(DESTDIR)$(emacs_lispdir) + mkdir -p $(DESTDIR)$(emacslispdir) + install -m0644 $(emacs_sources) $(DESTDIR)$(emacslispdir) ifeq ($(HAVE_EMACS),1) - install -m0644 $(emacs_bytecode) $(DESTDIR)$(emacs_lispdir) + install -m0644 $(emacs_bytecode) $(DESTDIR)$(emacslispdir) endif CLEAN := $(CLEAN) $(emacs_bytecode) -- cgit v1.2.3