X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2FMakefile.local;h=6408c02cc93656def66716f1741cab1e6074f521;hp=f1636177915e5170e8f89e2389d9fc5a06b83d3c;hb=440d24e7cccd2699d9cfdcb57c90aaf759da7832;hpb=a5df39c276be5c6f8e67685ff5ef960d30e36e07 diff --git a/emacs/Makefile.local b/emacs/Makefile.local index f1636177..6408c02c 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -38,6 +38,8 @@ $(dir)/notmuch-pkg.el: $(srcdir)/$(dir)/notmuch-pkg.el.tmpl all: $(dir)/notmuch-pkg.el install-emacs: $(dir)/notmuch-pkg.el +emacs_mua := $(dir)/notmuch-emacs-mua + emacs_images := \ $(srcdir)/$(dir)/notmuch-logo.png @@ -101,5 +103,7 @@ ifeq ($(HAVE_EMACS),1) endif mkdir -p "$(DESTDIR)$(emacsetcdir)" install -m0644 $(emacs_images) "$(DESTDIR)$(emacsetcdir)" + mkdir -p "$(DESTDIR)$(prefix)/bin/" + install $(emacs_mua) "$(DESTDIR)$(prefix)/bin" CLEAN := $(CLEAN) $(emacs_bytecode) $(dir)/notmuch-version.el $(dir)/notmuch-pkg.el