summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-04 02:02:38 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-04 02:02:40 +0200
commit249be466cf89533ef181ef71b5f0a563a57c57bc (patch)
tree6f347898b1cde852b34944e2f8bb56baeb23d053
parentcbecbfb8dbb8bcd4c08b2d48a6384db661bf4676 (diff)
Makefile: Removed completion targets (zsh's fpath is too system specific)
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 8ad07d2..e7f5beb 100644
--- a/Makefile
+++ b/Makefile
@@ -11,17 +11,9 @@ install: build/apt-why.1
chmod 755 $(prefix)/bin/apt-why
chmod 644 $(prefix)/share/man/man1/apt-why.1
-install-completion:
- mkdir -p $(prefix)/share/zsh/site-functions
- cp provides/zsh/completions/_apt-why $(prefix)/share/zsh/site-functions
- chmod 644 $(prefix)/share/zsh/site-functions/_apt-why
-
clean:
rm -rf build
uninstall:
rm -f $(prefix)/bin/apt-why
rm -f $(prefix)/share/man/man1/apt-why.1
-
-uninstall-completion:
- rm -f $(prefix)/share/zsh/site-functions/_apt-why