From 62a223c8f27c72f6ba3954a9de9c750ea9c79ce0 Mon Sep 17 00:00:00 2001 From: Daniel Wallace Date: Thu, 28 Feb 2013 12:42:33 -0500 Subject: add zsh completion add zsh completion for lsinitcpio and mkinitcpio Signed-off-by: Daniel Wallace --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5322ff1..633dd63 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ VERSION = $(shell if test -f VERSION; then cat VERSION; else git describe | sed DIRS = \ /usr/bin \ /usr/share/bash-completion/completions \ + /usr/share/zsh/site-functions \ /etc/mkinitcpio.d \ /usr/lib/initcpio/hooks \ /usr/lib/initcpio/install \ @@ -52,6 +53,7 @@ install: all install -m644 man/lsinitcpio.1 $(DESTDIR)/usr/share/man/man1/lsinitcpio.1 install -m644 bash-completion $(DESTDIR)/usr/share/bash-completion/completions/mkinitcpio ln -s mkinitcpio $(DESTDIR)/usr/share/bash-completion/completions/lsinitcpio + install -m644 zsh-completion $(DESTDIR)/usr/share/zsh/site-functions/_mkinitcpio doc: $(MANPAGES) man/%: man/%.txt Makefile -- cgit v1.2.3-24-g4f1b