From 1bf121924d41e57ef6fdfc14c6ebe8ce9aa3f5e1 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 22 Nov 2009 15:17:11 -0600 Subject: Add install target for notmuch.desktop file. Add an install target that uses desktop-file-install to install the desktop file in the appropriate location. The location of the install can be modified by changing the desktop_dir variable. Signed-off-by: Jeffrey C. Ollie --- Makefile.local | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.local') 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 \ -- cgit v1.2.3