mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
doc: fix description of man/doc CMake options in user's guide
This commit is contained in:
@@ -206,13 +206,13 @@ Liste von häufig verwendeten Optionen:
|
||||
| ENABLE_CHARSET | `ON`, `OFF` | ON |
|
||||
kompiliert <<charset_plugin,Charset Erweiterung>>.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| ENABLE_MAN | `ON`, `OFF` | OFF |
|
||||
kompiliert man page.
|
||||
Build man page.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| ENABLE_DOC | `ON`, `OFF` | OFF |
|
||||
kompiliert Dokumentation (dies ist sehr zeitintensiv und wird nur empfohlen falls
|
||||
Binärpakete erstellt werden, die die Dokumentation beinhalten sollen, oder man die
|
||||
Dokumentation nicht auf der Homepage abrufen kann).
|
||||
Build HTML documentation.
|
||||
|
||||
| ENABLE_ENCHANT | `ON`, `OFF` | OFF |
|
||||
kompiliert <<spell_plugin,Spell plugin>> mittels Enchant.
|
||||
|
||||
@@ -199,12 +199,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.
|
||||
|
||||
@@ -203,12 +203,10 @@ Liste des options couramment utilisées :
|
||||
Compiler <<charset_plugin,l'extension Charset>>.
|
||||
|
||||
| ENABLE_MAN | `ON`, `OFF` | OFF |
|
||||
Compiler la page man.
|
||||
Construire la page man.
|
||||
|
||||
| ENABLE_DOC | `ON`, `OFF` | OFF |
|
||||
Compiler la documentation (cela prend beaucoup de temps, recommandé
|
||||
seulement si vous construisez un paquet binaire intégrant la documentation ou
|
||||
si vous ne pouvez pas consulter la documentation en ligne).
|
||||
Construire la documentation HTML.
|
||||
|
||||
| ENABLE_ENCHANT | `ON`, `OFF` | OFF |
|
||||
Compiler <<spell_plugin,l'extension Spell>> avec Enchant.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -203,12 +203,13 @@ cmake に対するオプションを指定するには、以下の書式を使
|
||||
| ENABLE_CHARSET | `ON`, `OFF` | ON |
|
||||
<<charset_plugin,Charset プラグイン>>のコンパイル。
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| ENABLE_MAN | `ON`, `OFF` | OFF |
|
||||
man ページのコンパイル。
|
||||
Build man page.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| ENABLE_DOC | `ON`, `OFF` | OFF |
|
||||
文書のコンパイル
|
||||
(コンパイルには時間がかかります。文書を含めたバイナリパッケージをビルドする場合、オンラインで文書を見ることができない場合だけに推奨します)。
|
||||
Build HTML documentation.
|
||||
|
||||
| ENABLE_ENCHANT | `ON`, `OFF` | OFF |
|
||||
Enchant と含めた <<spell_plugin,Spell プラグイン>>のコンパイル。
|
||||
|
||||
@@ -204,13 +204,13 @@ Lista popularnych opcji:
|
||||
| ENABLE_CHARSET | `ON`, `OFF` | ON |
|
||||
Kompilacja <<charset_plugin,wtyczki charset>>.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| ENABLE_MAN | `ON`, `OFF` | OFF |
|
||||
Kompilacja strony man.
|
||||
Build man page.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| ENABLE_DOC | `ON`, `OFF` | OFF |
|
||||
Kompilacja dokumentacji (trwa to sporo czasu, zalecane tylko podczas tworzenia
|
||||
pakietu binarnego zawierającego dokumentację lub jeśli nie możesz przeglądać
|
||||
dokumentacji online).
|
||||
Build HTML documentation.
|
||||
|
||||
| ENABLE_ENCHANT | `ON`, `OFF` | OFF |
|
||||
Kompilacja <<spell_plugin,wtyczki spell>> z Enchant.
|
||||
|
||||
Reference in New Issue
Block a user