X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2FMakefile.local;h=ee402e00c274aaf19e6ea1feb077543c9c4fee13;hb=e33b73819a8a1005583cb3de69759172aacf98ba;hp=6e7d2afd1391400f5f62bb1d2d9fe99b07b2565b;hpb=8c671a17c04a4fa2104864cea8d18e84a7b516e9;p=notmuch diff --git a/emacs/Makefile.local b/emacs/Makefile.local index 6e7d2afd..ee402e00 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -1,3 +1,5 @@ +# -*- makefile -*- + dir := emacs emacs_sources := $(dir)/notmuch.el @@ -6,8 +8,8 @@ emacs_bytecode := $(subst .el,.elc,$(emacs_sources)) emacs: $(emacs_bytecode) install-emacs: install emacs - install -d $(DESTDIR)/$(emacs_lispdir) - install -m0644 $(emacs_sources) $(emacs_bytecode) $(DESTDIR)$(emacs_lispdir) + $(call quiet_mkdir, $(DESTDIR)/$(emacs_lispdir)) + $(call quiet_install_data, $(emacs_sources) $(emacs_bytecode) $(DESTDIR)$(emacs_lispdir)) @echo "" @echo "The notmuch emacs client is now installed." @echo ""