X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2FMakefile.local;h=b118c67d3ef6c2c813c63fd303a6aa000013cc0d;hp=f1636177915e5170e8f89e2389d9fc5a06b83d3c;hb=66c1bff416c23634a6cec937e386a6830c5c0bc2;hpb=10f8c5d205d5398bb86809bf8e7958038ba3b6fe diff --git a/emacs/Makefile.local b/emacs/Makefile.local index f1636177..b118c67d 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -38,6 +38,9 @@ $(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_mua_desktop := $(dir)/notmuch-emacs-mua.desktop + emacs_images := \ $(srcdir)/$(dir)/notmuch-logo.png @@ -101,5 +104,12 @@ 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" + +.PHONY: install-desktop +install-desktop: + mkdir -p "$(DESTDIR)$(desktop_dir)" + desktop-file-install --mode 0644 --dir "$(DESTDIR)$(desktop_dir)" $(emacs_mua_desktop) CLEAN := $(CLEAN) $(emacs_bytecode) $(dir)/notmuch-version.el $(dir)/notmuch-pkg.el