summaryrefslogtreecommitdiff
path: root/doc/en/weechat_user.en.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-05-17 08:55:46 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-05-17 08:55:46 +0200
commitd9ce6cdbef1c11c3147e6a54f3721e0e9699befa (patch)
tree813724dfec3548554f9d534382ea2e4558079eb4 /doc/en/weechat_user.en.asciidoc
parent1396e9b0ef72579803e00cf587f2f8c74a9bd473 (diff)
downloadweechat-d9ce6cdbef1c11c3147e6a54f3721e0e9699befa.zip
doc: replace PREFIX with CMAKE_INSTALL_PREFIX in list of cmake options (user's guide)
Diffstat (limited to 'doc/en/weechat_user.en.asciidoc')
-rw-r--r--doc/en/weechat_user.en.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc
index d7492f324..4faf7e922 100644
--- a/doc/en/weechat_user.en.asciidoc
+++ b/doc/en/weechat_user.en.asciidoc
@@ -204,7 +204,7 @@ List of commonly used options:
The type of build: `Debug` (or `RelWithDebInfo`) is recommended if you are
running development version of WeeChat.
-| PREFIX | directory | /usr/local |
+| CMAKE_INSTALL_PREFIX | directory | /usr/local |
The directory where WeeChat will be installed.
| WEECHAT_HOME | directory | ~/.weechat |