1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc: fix path of cmdline_options.XX.adoc and man.XX.adoc (developer's guide)

This commit is contained in:
Sébastien Helleu
2020-05-02 15:20:40 +02:00
parent 6c93d1d711
commit 2c76343bda
3 changed files with 12 additions and 8 deletions
+3 -2
View File
@@ -435,8 +435,6 @@ Documentation files:
|    docinfo.html | Asciidoctor style.
|    docgen.py | Python script to build files in _autogen/_ directory (see below).
|    XX/ | Documentation for language XX (languages: en, fr, de, it, ...).
|       cmdline_options.XX.adoc | Command-line options (file included in man pages and user's guide).
|       man.XX.adoc | Part of man pages: plugin options, files and copyright.
|       weechat.1.XX.adoc | Man page (`man weechat`).
|       weechat_dev.XX.adoc | link:weechat_dev.en.html[Developer's guide] (this document).
|       weechat_faq.XX.adoc | link:weechat_faq.en.html[FAQ].
@@ -446,6 +444,9 @@ Documentation files:
|       weechat_scripting.XX.adoc | link:weechat_scripting.en.html[Scripting guide].
|       weechat_tester.XX.adoc | link:weechat_tester.en.html[Tester's guide].
|       weechat_user.XX.adoc | link:weechat_user.en.html[User's guide].
|       includes/ | Files included in documentation.
|          cmdline_options.XX.adoc | Command-line options (file included in man pages and user's guide).
|          man.XX.adoc | Part of man pages: plugin options, files and copyright.
|       autogen/ | Files auto-built with script docgen.py.
|          user/ | Files auto-built for user's guide (do *NEVER* update manually!).
|          plugin_api/ | Files auto-built for plugin API (do *NEVER* update manually!).
+3 -2
View File
@@ -436,8 +436,6 @@ Fichiers de documentation :
|    docinfo.html | Style Asciidoctor.
|    docgen.py | Script Python pour construire les fichiers dans le répertoire _autogen/_ (voir ci-dessous).
|    XX/ | Documentation pour la langue XX (langues : en, fr, de, it, ...).
|       cmdline_options.XX.adoc | Options de ligne de commande (fichier inclus dans les pages de manuel et le guide utilisateur).
|       man.XX.adoc | Parties des pages de manuel : options d'extension, fichiers et copyright.
|       weechat.1.XX.adoc | Page de manuel (`man weechat`).
|       weechat_dev.XX.adoc | link:weechat_dev.fr.html[Guide du développeur] (ce document).
|       weechat_faq.XX.adoc | link:weechat_faq.fr.html[FAQ] (questions fréquemment posées).
@@ -447,6 +445,9 @@ Fichiers de documentation :
|       weechat_scripting.XX.adoc | link:weechat_scripting.fr.html[Guide pour scripts].
|       weechat_tester.XX.adoc | link:weechat_tester.fr.html[Guide du testeur].
|       weechat_user.XX.adoc | link:weechat_user.fr.html[Guide utilisateur].
|       includes/ | Fichiers inclus dans la documentation.
|          cmdline_options.XX.adoc | Options de ligne de commande (fichier inclus dans les pages de manuel et le guide utilisateur).
|          man.XX.adoc | Parties des pages de manuel : options d'extension, fichiers et copyright.
|       autogen/ | Fichiers automatiquement générés avec le script docgen.py.
|          user/ | Fichiers automatiquement générés pour le guide utilisateur (ne *JAMAIS* les mettre à jour manuellement !).
|          plugin_api/ | Fichiers automatiquement générés pour l'API extension (ne *JAMAIS* les mettre à jour manuellement !).
+6 -4
View File
@@ -455,10 +455,6 @@ WeeChat "core" は以下のディレクトリに配置されています:
|    docinfo.html | asciidoctor スタイル
|    docgen.py | _autogen/_ ディレクトリ内のファイルを作成する Python スクリプト (以下を参照)
|    XX/ | 言語コード XX (言語コード: en、fr、de、it、...) 用のディレクトリ
// TRANSLATION MISSING
|       cmdline_options.XX.adoc | Command-line options (file included in man pages and user's guide).
// TRANSLATION MISSING
|       man.XX.adoc | Part of man pages: plugin options, files and copyright.
|       weechat.1.XX.adoc | man ページ (`man weechat`)
|       weechat_dev.XX.adoc | link:weechat_dev.ja.html[開発者リファレンス] (この文書)
|       weechat_faq.XX.adoc | link:weechat_faq.ja.html[FAQ]
@@ -468,6 +464,12 @@ WeeChat "core" は以下のディレクトリに配置されています:
|       weechat_scripting.XX.adoc | link:weechat_scripting.ja.html[スクリプト作成ガイド]
|       weechat_tester.XX.adoc | link:weechat_tester.ja.html[テスターガイド]
|       weechat_user.XX.adoc | link:weechat_user.ja.html[ユーザーズガイド]
// TRANSLATION MISSING
|       includes/ | Files included in documentation.
// TRANSLATION MISSING
|          cmdline_options.XX.adoc | Command-line options (file included in man pages and user's guide).
// TRANSLATION MISSING
|          man.XX.adoc | Part of man pages: plugin options, files and copyright.
|       autogen/ | docgen.py スクリプトが自動生成するファイル
|          user/ | ユーザーズガイド用の自動生成ファイル (手作業による編集は *禁止*!)
|          plugin_api/ | プラグイン API 用の自動生成ファイル (手作業による編集は *禁止*!)