summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile7
1 files changed, 7 insertions, 0 deletions
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