diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-31 21:07:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-31 21:08:56 +0200 |
commit | 6665cc866a635dc1435650bb1b3d283c5ab52431 (patch) | |
tree | 4110eeaaf41a9e75e663536966082c3094249059 /doc/it | |
parent | 10b2fa3a6180dec90ccd4dab58fd750dcdf80f82 (diff) | |
download | weechat-6665cc866a635dc1435650bb1b3d283c5ab52431.zip |
doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete docs (closes #1901)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_user.it.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index d530c79de..9cf3de033 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -300,6 +300,11 @@ List of commonly used options: | ENABLE_DOC | `ON`, `OFF` | OFF | Build HTML documentation. +// TRANSLATION MISSING +| ENABLE_DOC_INCOMPLETE | `ON`, `OFF` | OFF +| Force build of documentation even if some plugins are not compiled + (not recommended: docs will be incomplete). + | ENABLE_ENCHANT | `ON`, `OFF` | OFF | Compile <<spell_checking,Spell plugin>> with Enchant. |