X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2FMakefile.local;h=ce37ca26aedfdc7d2cd5b1f70d9adc4da1afe49c;hb=6afa0b16a3bcf2a2bfd176e0f14ca0fcced649b5;hp=f759c0dc3f5daa7bbe3ddf1eeb26a8e58c20384f;hpb=3b3da097d88795fe9a6fca419f32fd59aa2da418;p=obsolete%2Fnotmuch-old diff --git a/emacs/Makefile.local b/emacs/Makefile.local index f759c0dc..ce37ca26 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -6,7 +6,14 @@ 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)/coolj.el + +emacs_images := \ + $(dir)/notmuch-logo.png emacs_bytecode := $(subst .el,.elc,$(emacs_sources)) @@ -26,5 +33,6 @@ install-emacs: ifeq ($(HAVE_EMACS),1) install -m0644 $(emacs_bytecode) $(DESTDIR)$(emacslispdir) endif + install -m0644 $(emacs_images) $(DESTDIR)$(emacslispdir) CLEAN := $(CLEAN) $(emacs_bytecode)