mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
build: install notmuch-emacs-mua with notmuch-emacs
notmuch-emacs-mua is good enough to be installed with notmuch-emacs.
This commit is contained in:
parent
a5df39c276
commit
440d24e7cc
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue