Makefile: Actually install the emacs mode.

Should have been doing this a long time ago.
This commit is contained in:
Carl Worth 2009-11-19 00:27:34 +01:00
parent 83a2ed3c2f
commit 0d4b529297

View file

@ -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