X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2FMakefile.local;h=4c06c52fe4a383f82230e2fd328475dbe658e062;hb=506b81679a883d2a96bcd17e7c826a3166bdf82e;hp=ca039e598ee59f5ede3308f2203d0f20abac496b;hpb=cab1415a94f09c529ca7323904c5a159c996cbe0;p=notmuch diff --git a/emacs/Makefile.local b/emacs/Makefile.local index ca039e59..4c06c52f 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -18,10 +18,12 @@ emacs_sources := \ $(dir)/notmuch-tag.el \ $(dir)/coolj.el \ $(dir)/notmuch-print.el \ - $(dir)/notmuch-version.el + $(dir)/notmuch-version.el \ + $(dir)/notmuch-jump.el \ + $(dir)/notmuch-company.el $(dir)/notmuch-version.el: $(dir)/Makefile.local version.stamp -$(dir)/notmuch-version.el: $(dir)/notmuch-version.el.tmpl +$(dir)/notmuch-version.el: $(srcdir)/$(dir)/notmuch-version.el.tmpl @sed -e 's/%AG%/Generated file (from $( $@ @@ -69,7 +71,7 @@ install: install-emacs endif .PHONY: install-emacs -install-emacs: +install-emacs: $(emacs_sources) $(emacs_images) mkdir -p "$(DESTDIR)$(emacslispdir)" install -m0644 $(emacs_sources) "$(DESTDIR)$(emacslispdir)" ifeq ($(HAVE_EMACS),1)