summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-03-24 09:09:28 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-03-24 09:38:43 +0100
commit6c41e627cd611d3260fd4b3b47cba0f4458ebbbc (patch)
tree99c7d2e2058e5db5b995eaeebd39349737419157 /doc/it
parent2612adf8993acf3925f636dd415921c4ff06727f (diff)
downloadweechat-6c41e627cd611d3260fd4b3b47cba0f4458ebbbc.zip
doc: fix description of man/doc CMake options in user's guide
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_user.it.adoc8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc
index 5d6019880..4d7480499 100644
--- a/doc/it/weechat_user.it.adoc
+++ b/doc/it/weechat_user.it.adoc
@@ -233,12 +233,10 @@ List of commonly used options:
Compile <<charset_plugin,Charset plugin>>.
| ENABLE_MAN | `ON`, `OFF` | OFF |
- Compile man page.
+ Build man page.
| ENABLE_DOC | `ON`, `OFF` | OFF |
- Compile documentation (it takes a long time, recommended only if you build
- a binary package embedding documentation or if you can't browse documentation
- online).
+ Build HTML documentation.
| ENABLE_ENCHANT | `ON`, `OFF` | OFF |
Compile <<spell_plugin,Spell plugin>> with Enchant.
@@ -317,11 +315,9 @@ List of commonly used options:
| ENABLE_XFER | `ON`, `OFF` | ON |
Compile <<xfer_plugin,Xfer plugin>>.
-// TRANSLATION MISSING
| ENABLE_TESTS | `ON`, `OFF` | OFF |
Compile tests.
-// TRANSLATION MISSING
| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF |
Compile with code coverage options. +
This option should be used only for tests, to measure test coverage.