diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-29 09:51:15 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-29 09:51:15 +0200 |
commit | f19c2cfd808333ae90a8906e67421713a63360a6 (patch) | |
tree | 45981742b83b3f63d499818209abc539c490fffa /doc/ja | |
parent | f1fdbe72dca1777e2b0e9544da7a6960a3020b69 (diff) | |
download | weechat-f19c2cfd808333ae90a8906e67421713a63360a6.zip |
core: disable compilation of documentation by default (cmake and autotools)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_user.ja.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/ja/weechat_user.ja.txt b/doc/ja/weechat_user.ja.txt index 03800be58..2ddd3cc3f 100644 --- a/doc/ja/weechat_user.ja.txt +++ b/doc/ja/weechat_user.ja.txt @@ -166,9 +166,10 @@ List of commonly used options: | ENABLE_DEMO | `ON`, `OFF` | OFF | Compile Demo plugin. -| ENABLE_DOC | `ON`, `OFF` | ON | - Compile documentation (it takes a long time, you can turn off to speed up - the compilation). +| 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). | ENABLE_ENCHANT | `ON`, `OFF` | OFF | Compile <<aspell_plugin,Aspell plugin>> with Enchant. |