aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-02-26 18:48:14 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-02-26 18:52:16 +0100
commit505542e73e230df4cc0c1c9cab874fcb4d6ba4ef (patch)
tree7f5341f27649d27e129be07d23edc32faa96d4bc /INSTALL
parentCopyright (diff)
downloadpassword-store-505542e73e230df4cc0c1c9cab874fcb4d6ba4ef.tar.xz
password-store-505542e73e230df4cc0c1c9cab874fcb4d6ba4ef.zip
Modernize makefile
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index f267f80..3c37f14 100644
--- a/INSTALL
+++ b/INSTALL
@@ -17,10 +17,10 @@ SYSCONFDIR default: /etc
The install target will automatically determine the existance
of bash, zsh, and fish, and install the completion files as
-needed. If you'd like to force installation, you may set
-FORCE_BASHCOMP, FORCE_ZSHCOMP, or FORCE_FISHCOMP to 1, or set
-FORCE_ALL to 1. The exact paths of the completions can be
-controlled with BASHCOMP_PATH, ZSHCOMP_PATH, and FISHCOMP_PATH.
+needed. If you'd like to choose manually, you may set WITH_ALLCOMP,
+WITH_BASHCOMP, WITH_ZSHCOMP, or WITH_FISHCOMP to "yes" or "no". The
+exact paths of the completions can be controlled with BASHCOMPDIR,
+ZSHCOMPDIR, and FISHCOMPDIR.
-- Test Suite --