m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-09-23 09:15:28 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-23 09:18:23 +0200
commit454c810c9a480a436ea3e73f49b126b59cef8703 (patch)
treea9584c339f6fe39aed761db51aeaf71b69f3f348 /Makefile
parent044aeea322ee6069c4d281df1a28db2f126c2ac2 (diff)
Insert comment for fish completion.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
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))),)