aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-16 23:03:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-16 23:03:41 -0300
commit699630530d48907dcf97acd87bc0e1b2a5911c34 (patch)
tree8d22d7caca306ce3880e231c98c603bc4a4763a3 /Makefile
parent108ce11c4f4a90e0c8ba78e6e470746a1000e7cf (diff)
downloadkeyringer-699630530d48907dcf97acd87bc0e1b2a5911c34.tar.gz
keyringer-699630530d48907dcf97acd87bc0e1b2a5911c34.tar.bz2
Installing zsh completion / guideline on tarball signatures
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0557871..d79bdf7 100644
--- a/Makefile
+++ b/Makefile
@@ -39,9 +39,9 @@ install_doc:
install_man:
$(INSTALL) -D --mode=0644 share/man/keyringer.1 $(DESTDIR)/$(PREFIX)/share/man/man1/keyringer.1
-# TODO: zsh completion
install_completion:
$(INSTALL) -D --mode=0644 lib/keyringer/completions/bash/keyringer $(DESTDIR)/etc/bash_completion.d/keyringer
+ $(INSTALL) -D --mode=0644 lib/keyringer/completions/zsh/_keyringer $(DESTDIR)/$(PREFIX)/share/zsh/vendor-completions/_keyringer
install: clean
@make install_lib install_share install_bin install_doc install_man install_completion