diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-23 09:15:28 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-23 09:18:23 +0200 |
commit | 454c810c9a480a436ea3e73f49b126b59cef8703 (patch) | |
tree | a9584c339f6fe39aed761db51aeaf71b69f3f348 /Makefile | |
parent | 044aeea322ee6069c4d281df1a28db2f126c2ac2 (diff) | |
download | pass-454c810c9a480a436ea3e73f49b126b59cef8703.tar.gz pass-454c810c9a480a436ea3e73f49b126b59cef8703.tar.bz2 pass-454c810c9a480a436ea3e73f49b126b59cef8703.zip |
Insert comment for fish completion.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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))),) |