mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
bash-completion: Move to contrib
Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org>
This commit is contained in:
parent
8923ea0755
commit
14807ed2de
2 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ install: all notmuch.1.gz
|
||||||
done ;
|
done ;
|
||||||
install notmuch $(DESTDIR)$(prefix)/bin/
|
install notmuch $(DESTDIR)$(prefix)/bin/
|
||||||
install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/
|
install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/
|
||||||
install notmuch-completion.bash \
|
install contrib/notmuch-completion.bash \
|
||||||
$(DESTDIR)/etc/bash_completion.d/notmuch
|
$(DESTDIR)/etc/bash_completion.d/notmuch
|
||||||
|
|
||||||
install-emacs: install emacs
|
install-emacs: install emacs
|
||||||
|
|
Loading…
Reference in a new issue