X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2FMakefile.local;h=00d309cffdd5cf0a98f0d0ab8cd0b08b5c0961c6;hb=80a90787163690d2d87571327ba504a470798c60;hp=f759c0dc3f5daa7bbe3ddf1eeb26a8e58c20384f;hpb=8cbb5114a20c1217f23977fd5edca99a0b7a2955;p=notmuch diff --git a/emacs/Makefile.local b/emacs/Makefile.local index f759c0dc..00d309cf 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -6,7 +6,15 @@ 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 \ + $(dir)/notmuch-address.el \ + $(dir)/notmuch-maildir-fcc.el \ + $(dir)/coolj.el + +emacs_images := \ + $(dir)/notmuch-logo.png emacs_bytecode := $(subst .el,.elc,$(emacs_sources)) @@ -26,5 +34,6 @@ install-emacs: ifeq ($(HAVE_EMACS),1) install -m0644 $(emacs_bytecode) $(DESTDIR)$(emacslispdir) endif + install -m0644 $(emacs_images) $(DESTDIR)$(emacslispdir) CLEAN := $(CLEAN) $(emacs_bytecode)