X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=04bac838a7b23efe14a5950c9c38129106bb19fe;hp=d579242c64174589dd70338c16d3a8175a4dfde9;hb=fddd3d831b6a34a47b1e68fcaa1bc63d54240df5;hpb=1ef33800df7b3eaac36c0c17881e2630f7bfc0be diff --git a/Makefile.local b/Makefile.local index d579242c..04bac838 100644 --- a/Makefile.local +++ b/Makefile.local @@ -43,6 +43,10 @@ install-emacs: install emacs install -m0644 notmuch.el $(DESTDIR)$(emacs_lispdir) install -m0644 notmuch.elc $(DESTDIR)$(emacs_lispdir) +install-desktop: + install -d $(DESTDIR)$(desktop_dir) + desktop-file-install --mode 0644 --dir $(DESTDIR)$(desktop_dir) notmuch.desktop + install-bash: install -d $(DESTDIR)$(bash_completion_dir) install -m0644 contrib/notmuch-completion.bash \