From 454c810c9a480a436ea3e73f49b126b59cef8703 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 23 Sep 2012 09:15:28 +0200 Subject: Insert comment for fish completion. --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6af7fff..2d2a9c4 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,13 @@ install: @install -m 0755 -v src/password-store.sh "$(DESTDIR)$(BINDIR)/pass" @install -m 0644 -v man/pass.1 "$(DESTDIR)$(MANDIR)/man1/pass.1" @install -m 0644 -v contrib/pass.bash-completion "$(DESTDIR)$(SYSCONFDIR)/bash_completion.d/password-store" -# Uncomment to install the zsh completion file too. + +# Uncomment to install the zsh completion file. # @install -m 0644 -v contrib/pass.zsh-completion "$(DESTDIR)$(PREFIX)/share/zsh/site-functions/_pass" +# +# Uncomment to install the fish completion file. +# @install -m 0644 -v contrib/pass.fish-completion "$(DESTDIR)$(PREFIX)/share/fish/completions/pass.fish" + @$(MAKE) -s install-platform ifneq ($(strip $(wildcard $(PLATFORMFILE))),) -- cgit v1.2.3-59-g8ed1b