X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2FMakefile.local;h=bda3997adadd0c2125928bb2cc53e6026e8c95c6;hp=17ede8635e053326e51c83dd3ac83ab6433c73a1;hb=33d5cc415ec31d14f126dbb19f8538b04d2c1b49;hpb=86232e62ab0ed6948de24a6aab5d9f2558171acf diff --git a/emacs/Makefile.local b/emacs/Makefile.local index 17ede863..bda3997a 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -6,14 +6,8 @@ emacs_bytecode := $(subst .el,.elc,$(emacs_sources)) emacs: $(emacs_bytecode) install-emacs: install emacs - for d in $(DESTDIR)/$(emacs_lispdir) ; \ - do \ - install -d $$d ; \ - done ; - for f in $(emacs_sources) $(emacs_bytecode); \ - do \ - install -m0644 $$f $(DESTDIR)$(emacs_lispdir) ;\ - done; + $(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 ""