X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=emacs%2FMakefile.local;h=76cc64f9b66711c7894461b1521a794620fd4e76;hb=1b0830b31c5012ccdc7da9731aa314a201a443d9;hp=95b6fa456c48d57eab48db2833d0c20e84454ae3;hpb=e8414a72d478b55d2a5dd8b2fb30c67ee60b1732;p=notmuch diff --git a/emacs/Makefile.local b/emacs/Makefile.local index 95b6fa45..76cc64f9 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -4,12 +4,15 @@ dir := emacs emacs_sources := \ $(dir)/notmuch-lib.el \ $(dir)/notmuch.el \ + $(dir)/notmuch-query.el \ $(dir)/notmuch-show.el emacs_bytecode := $(subst .el,.elc,$(emacs_sources)) +.PHONY: emacs emacs: $(emacs_bytecode) +.PHONY: install-emacs install-emacs: install emacs $(call quiet_mkdir, $(DESTDIR)/$(emacs_lispdir)) $(call quiet_install_data, $(emacs_sources) $(emacs_bytecode) $(DESTDIR)$(emacs_lispdir))