Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org> --- Makefile.local | 2 +- .../notmuch-completion.bash | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename notmuch-completion.bash => contrib/notmuch-completion.bash (100%) Move to contrib/ for consistency with zsh completion. diff --git a/Makefile.local b/Makefile.local index ecd4ceb..74a72aa 100644 --- a/Makefile.local +++ b/Makefile.local @@ -33,7 +33,7 @@ install: all notmuch.1.gz done ; install notmuch $(DESTDIR)$(prefix)/bin/ 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 install-emacs: install emacs diff --git a/notmuch-completion.bash b/contrib/notmuch-completion.bash similarity index 100% rename from notmuch-completion.bash rename to contrib/notmuch-completion.bash -- 1.6.5.2.433.g23cdb