diff options
| author | Jani Nikula <jani@nikula.org> | 2016-11-21 23:13:38 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-11-26 08:16:39 -0400 |
| commit | 66c1bff416c23634a6cec937e386a6830c5c0bc2 (patch) | |
| tree | e429cb8dcae24dbc7ca74cfc29f9025e0fd305ac /Makefile.local | |
| parent | 440d24e7cccd2699d9cfdcb57c90aaf759da7832 (diff) | |
notmuch.desktop: move under emacs as notmuch-emacs-mua.desktop
The notmuch.desktop file is part of notmuch-emacs. Move it under
emacs, and rename as notmuch-emacs-mua.desktop to reflect this.
Diffstat (limited to 'Makefile.local')
| -rw-r--r-- | Makefile.local | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.local b/Makefile.local index 22208235..3548ed96 100644 --- a/Makefile.local +++ b/Makefile.local @@ -274,11 +274,6 @@ ifeq ($(WITH_EMACS), 1) endif endif -.PHONY: install-desktop -install-desktop: - mkdir -p "$(DESTDIR)$(desktop_dir)" - desktop-file-install --mode 0644 --dir "$(DESTDIR)$(desktop_dir)" notmuch.desktop - SRCS := $(SRCS) $(notmuch_client_srcs) CLEAN := $(CLEAN) notmuch notmuch-shared $(notmuch_client_modules) CLEAN := $(CLEAN) version.stamp notmuch-*.tar.gz.tmp |
