mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
Makefile: Actually install the emacs mode.
Should have been doing this a long time ago.
This commit is contained in:
parent
83a2ed3c2f
commit
0d4b529297
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue