aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Ingmar Vanhassel <ingmar@exherbo.org>2009-11-20 14:36:14 +0100
committerGravatar Carl Worth <cworth@cworth.org>2009-11-20 18:05:51 +0100
commit14807ed2de1290740b56952561f745c0a5ab6168 (patch)
tree7748e87d4302e4fc1280fb939a740f8ae753aeea
parent8923ea0755177af65d04c7c45c1264048b8de0cd (diff)
bash-completion: Move to contrib
Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org>
-rw-r--r--Makefile.local2
-rw-r--r--contrib/notmuch-completion.bash (renamed from notmuch-completion.bash)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index bf81c03d..05e2acc1 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
index 8665268c..8665268c 100644
--- a/notmuch-completion.bash
+++ b/contrib/notmuch-completion.bash