From 249be466cf89533ef181ef71b5f0a563a57c57bc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 4 Jul 2009 02:02:38 +0200 Subject: Makefile: Removed completion targets (zsh's fpath is too system specific) --- Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3