]> git.notmuchmail.org Git - notmuch/commitdiff
build: install notmuch-emacs-mua with notmuch-emacs
authorJani Nikula <jani@nikula.org>
Mon, 21 Nov 2016 21:13:37 +0000 (23:13 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 26 Nov 2016 12:16:19 +0000 (08:16 -0400)
notmuch-emacs-mua is good enough to be installed with notmuch-emacs.

emacs/Makefile.local

index f1636177915e5170e8f89e2389d9fc5a06b83d3c..6408c02cc93656def66716f1741cab1e6074f521 100644 (file)
@@ -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