X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2FMakefile.local;h=76cc64f9b66711c7894461b1521a794620fd4e76;hb=1e66fb0e22cf901dd5a3194605bb173f1acff756;hp=ee402e00c274aaf19e6ea1feb077543c9c4fee13;hpb=d3884a5984c26159169d58b9cc8fb2a137fb48a2;p=notmuch diff --git a/emacs/Makefile.local b/emacs/Makefile.local index ee402e00..76cc64f9 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -1,12 +1,18 @@ # -*- makefile -*- dir := emacs -emacs_sources := $(dir)/notmuch.el +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))