From 80031e92198d90af9f3953f43a2e0ace5cabaa66 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 9 Nov 2008 18:48:00 +0100 Subject: makefile: Added rules for the zsh completion --- makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/makefile b/makefile index 9233dc3..844b806 100644 --- a/makefile +++ b/makefile @@ -6,9 +6,16 @@ install: install -m 755 bin/apt-why /usr/local/bin install -m 644 -D build/apt-why.1 /usr/local/share/man/man1/apt-why.1 +install-completion: + install -m 644 provides/zsh/completions/_apt-why \ + /usr/share/zsh/functions/Completion/Debian + clean: $(RM) -r build uninstall: $(RM) /usr/local/bin/apt-why $(RM) /usr/local/share/man/man1/apt-why.1 + +uninstall-completion: + $(RM) /usr/share/zsh/functions/Completion/Debian/_apt-why -- cgit v1.2.3