password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 454c810c9a480a436ea3e73f49b126b59cef8703
parent 044aeea322ee6069c4d281df1a28db2f126c2ac2
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Sun, 23 Sep 2012 09:15:28 +0200

Insert comment for fish completion.

Diffstat:
MMakefile | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 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))),)