aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-19 00:27:34 +0100
committerGravatar Carl Worth <cworth@cworth.org>2009-11-19 00:27:34 +0100
commit0d4b529297a5d1fbbd1e50231578b3e349fb52ce (patch)
tree4c7f09bb53f77b6746824bd7bf89f23921723b51 /Makefile.local
parent83a2ed3c2f301bf63a37cc091431db20321704e1 (diff)
Makefile: Actually install the emacs mode.
Should have been doing this a long time ago.
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.local b/Makefile.local
index 16bbb1e4..27e42ba2 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -31,6 +31,7 @@ install: all notmuch.1.gz
done ;
install notmuch $(DESTDIR)$(prefix)/bin/
install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/
+ install -m0644 notmuch.el $(DESTDIR)$(prefix)/share/emacs/site-lisp/
install notmuch-completion.bash \
$(DESTDIR)/etc/bash_completion.d/notmuch