X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2FMakefile.local;h=e5013b360bb4f03b8afc53bc7512fb9565d9e246;hb=57926bc7b0f784cbacb620fda0ee5157e2e0ff27;hp=e34da0be13e828e8a7f3a5033c1ec23941f6ce06;hpb=7d9851e293fad762cd959e9be819e48a26087cdc;p=notmuch diff --git a/emacs/Makefile.local b/emacs/Makefile.local index e34da0be..e5013b36 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -5,7 +5,13 @@ emacs_sources := \ $(dir)/notmuch-lib.el \ $(dir)/notmuch.el \ $(dir)/notmuch-query.el \ - $(dir)/notmuch-show.el + $(dir)/notmuch-show.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)) @@ -25,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)