X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2FMakefile.local;h=fb82247f32e51a294e58d03f805fd235603221d8;hp=ce0c3f007127e634404c0c540e88eee12cb8c1cb;hb=eb8feb16664fd0296ea0e07f4924c2a87a5b3bc3;hpb=22472d9def2f6525a9aac62e6481d8d4fa7db5d0 diff --git a/emacs/Makefile.local b/emacs/Makefile.local index ce0c3f00..fb82247f 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -13,7 +13,9 @@ emacs_sources := \ $(dir)/notmuch-maildir-fcc.el \ $(dir)/notmuch-message.el \ $(dir)/notmuch-crypto.el \ - $(dir)/coolj.el + $(dir)/notmuch-tag.el \ + $(dir)/coolj.el \ + $(dir)/notmuch-print.el emacs_images := \ $(srcdir)/$(dir)/notmuch-logo.png @@ -38,6 +40,7 @@ install-emacs: ifeq ($(HAVE_EMACS),1) install -m0644 $(emacs_bytecode) "$(DESTDIR)$(emacslispdir)" endif - install -m0644 $(emacs_images) "$(DESTDIR)$(emacslispdir)" + mkdir -p "$(DESTDIR)$(emacsetcdir)" + install -m0644 $(emacs_images) "$(DESTDIR)$(emacsetcdir)" CLEAN := $(CLEAN) $(emacs_bytecode)