aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Wallace <danielwallace@gtmanfred.com>2013-01-03 15:13:16 -0500
committerDave Reisner <dreisner@archlinux.org>2013-01-03 19:42:31 -0500
commit8c5e1487a3423188f90ad0c3262558b42b4c80c6 (patch)
treedaae2819c34d22a96df37535ddde28d62317b2a0 /Makefile
parente9c637215ff75c3549551f2ae76571dc3ca07395 (diff)
downloadmirror-ponymix-8c5e1487a3423188f90ad0c3262558b42b4c80c6.tar.gz
mirror-ponymix-8c5e1487a3423188f90ad0c3262558b42b4c80c6.tar.bz2
mirror-ponymix-8c5e1487a3423188f90ad0c3262558b42b4c80c6.zip
add zsh completion
Updated but doesn't include card/profile completion
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fac9117..7783128 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ pulse.o: pulse.cc pulse.h
install: ponymix
install -Dm755 ponymix $(DESTDIR)/usr/bin/ponymix
install -Dm644 ponymix.1 $(DESTDIR)/usr/share/man/man1/ponymix.1
+ install -Dm644 zsh-completion $(DESTDIR)/usr/share/zsh/site-functions/_ponymix
clean:
$(RM) ponymix pulse.o