From 0d4b529297a5d1fbbd1e50231578b3e349fb52ce Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 19 Nov 2009 00:27:34 +0100 Subject: [PATCH] Makefile: Actually install the emacs mode. Should have been doing this a long time ago. --- Makefile.local | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0