]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/Makefile.local
emacs/notmuch-show.el: Add `notmuch-show-toggle-all' bound to M-RET
[notmuch] / emacs / Makefile.local
index f759c0dc3f5daa7bbe3ddf1eeb26a8e58c20384f..e5013b360bb4f03b8afc53bc7512fb9565d9e246 100644 (file)
@@ -6,7 +6,12 @@ emacs_sources := \
        $(dir)/notmuch.el \
        $(dir)/notmuch-query.el \
        $(dir)/notmuch-show.el \
-       $(dir)/notmuch-wash.el
+       $(dir)/notmuch-wash.el \
+       $(dir)/notmuch-hello.el \
+       $(dir)/notmuch-mua.el
+
+emacs_images := \
+       $(dir)/notmuch-logo.png
 
 emacs_bytecode := $(subst .el,.elc,$(emacs_sources))
 
@@ -26,5 +31,6 @@ install-emacs:
 ifeq ($(HAVE_EMACS),1)
        install -m0644 $(emacs_bytecode) $(DESTDIR)$(emacslispdir)
 endif
+       install -m0644 $(emacs_images) $(DESTDIR)$(emacslispdir)
 
 CLEAN := $(CLEAN) $(emacs_bytecode)