diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-04 02:02:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-04 02:02:40 +0200 |
commit | 249be466cf89533ef181ef71b5f0a563a57c57bc (patch) | |
tree | 6f347898b1cde852b34944e2f8bb56baeb23d053 | |
parent | cbecbfb8dbb8bcd4c08b2d48a6384db661bf4676 (diff) |
Makefile: Removed completion targets (zsh's fpath is too system specific)
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |