From caaec5a9461a4612a96e7eb7fe8f097f20ac774a Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 4 Jan 2013 13:07:22 -0500 Subject: install bash completion too.... --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7783128..6f81a0f 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 bash-completion $(DESTDIR)/usr/share/bash-completion/completions/ponymix install -Dm644 zsh-completion $(DESTDIR)/usr/share/zsh/site-functions/_ponymix clean: -- cgit v1.2.3