]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
Add install target for notmuch.desktop file.
[notmuch] / Makefile.local
index d579242c64174589dd70338c16d3a8175a4dfde9..04bac838a7b23efe14a5950c9c38129106bb19fe 100644 (file)
@@ -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 \