mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
doc: move files cmdline_options.xx.adoc and man.xx.adoc into "includes" directory
This commit is contained in:
@@ -24,8 +24,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.cs.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.cs.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat.1 (cs)"
|
||||
)
|
||||
@@ -38,8 +38,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat-headless.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.cs.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.cs.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat-headless.1 (cs)"
|
||||
)
|
||||
|
||||
+3
-4
@@ -23,9 +23,8 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
docinfo.html \
|
||||
weechat.1.cs.adoc \
|
||||
weechat-headless.1.cs.adoc \
|
||||
cmdline_options.cs.adoc \
|
||||
man.cs.adoc \
|
||||
weechat_quickstart.cs.adoc \
|
||||
$(wildcard includes/*.adoc) \
|
||||
$(wildcard autogen/user/*.adoc) \
|
||||
$(wildcard autogen/plugin_api/*.adoc)
|
||||
|
||||
@@ -43,9 +42,9 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.cs.adoc cmdline_options.cs.adoc man.cs.adoc
|
||||
weechat.1: weechat.1.cs.adoc includes/cmdline_options.cs.adoc includes/man.cs.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/cs/weechat.1.cs.adoc
|
||||
weechat-headless.1: weechat-headless.1.cs.adoc cmdline_options.cs.adoc man.cs.adoc
|
||||
weechat-headless.1: weechat-headless.1.cs.adoc includes/cmdline_options.cs.adoc includes/man.cs.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/cs/weechat-headless.1.cs.adoc
|
||||
|
||||
# quickstart
|
||||
|
||||
@@ -34,22 +34,22 @@ It can be used for tests or to daemonize WeeChat with the option "--daemon".
|
||||
|
||||
== VOLBY
|
||||
|
||||
include::cmdline_options.cs.adoc[tag=standard]
|
||||
include::includes/cmdline_options.cs.adoc[tag=standard]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options.cs.adoc[tag=debug]
|
||||
include::includes/cmdline_options.cs.adoc[tag=debug]
|
||||
|
||||
== VOLBY PLUGINŮ
|
||||
|
||||
include::man.cs.adoc[tag=plugin_options]
|
||||
include::includes/man.cs.adoc[tag=plugin_options]
|
||||
|
||||
== SOUBORY
|
||||
|
||||
include::man.cs.adoc[tag=files]
|
||||
include::includes/man.cs.adoc[tag=files]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== SEE ALSO
|
||||
@@ -63,7 +63,7 @@ Tato manuálová stránka byla přeložena Ondřejem Súkupem.
|
||||
|
||||
== COPYRIGHT
|
||||
|
||||
include::man.cs.adoc[tag=copyright]
|
||||
include::includes/man.cs.adoc[tag=copyright]
|
||||
|
||||
== PODPORA / HLÁŠENÍ CHYB
|
||||
|
||||
|
||||
@@ -29,22 +29,22 @@ v obvyklých sciptovacích jazycích.
|
||||
|
||||
== VOLBY
|
||||
|
||||
include::cmdline_options.cs.adoc[tag=standard]
|
||||
include::includes/cmdline_options.cs.adoc[tag=standard]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options.cs.adoc[tag=debug]
|
||||
include::includes/cmdline_options.cs.adoc[tag=debug]
|
||||
|
||||
== VOLBY PLUGINŮ
|
||||
|
||||
include::man.cs.adoc[tag=plugin_options]
|
||||
include::includes/man.cs.adoc[tag=plugin_options]
|
||||
|
||||
== SOUBORY
|
||||
|
||||
include::man.cs.adoc[tag=files]
|
||||
include::includes/man.cs.adoc[tag=files]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== SEE ALSO
|
||||
@@ -58,7 +58,7 @@ Tato manuálová stránka byla přeložena Ondřejem Súkupem.
|
||||
|
||||
== COPYRIGHT
|
||||
|
||||
include::man.cs.adoc[tag=copyright]
|
||||
include::includes/man.cs.adoc[tag=copyright]
|
||||
|
||||
== PODPORA / HLÁŠENÍ CHYB
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.de.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.de.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat.1 (de)"
|
||||
)
|
||||
@@ -38,8 +38,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat-headless.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.de.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.de.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat-headless.1 (de)"
|
||||
)
|
||||
@@ -58,7 +58,7 @@ if(ENABLE_DOC)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../docinfo.html
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat_user.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.de.adoc
|
||||
${AUTOGEN_USER}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat_user.de.html"
|
||||
|
||||
+4
-5
@@ -24,13 +24,12 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
docinfo.html \
|
||||
weechat.1.de.adoc \
|
||||
weechat-headless.1.de.adoc \
|
||||
cmdline_options.de.adoc \
|
||||
man.de.adoc \
|
||||
weechat_user.de.adoc \
|
||||
weechat_scripting.de.adoc \
|
||||
weechat_faq.de.adoc \
|
||||
weechat_quickstart.de.adoc \
|
||||
weechat_tester.de.adoc \
|
||||
$(wildcard includes/*.adoc) \
|
||||
$(wildcard autogen/user/*.adoc)
|
||||
|
||||
if MAN
|
||||
@@ -51,13 +50,13 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.de.adoc cmdline_options.de.adoc man.de.adoc
|
||||
weechat.1: weechat.1.de.adoc includes/cmdline_options.de.adoc includes/man.de.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/de/weechat.1.de.adoc
|
||||
weechat-headless.1: weechat-headless.1.de.adoc cmdline_options.de.adoc man.de.adoc
|
||||
weechat-headless.1: weechat-headless.1.de.adoc includes/cmdline_options.de.adoc includes/man.de.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/de/weechat-headless.1.de.adoc
|
||||
|
||||
# user's guide
|
||||
weechat_user.de.html: weechat_user.de.adoc cmdline_options.de.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
weechat_user.de.html: weechat_user.de.adoc includes/cmdline_options.de.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -o weechat_user.de.html $(abs_top_srcdir)/doc/de/weechat_user.de.adoc
|
||||
|
||||
# scripting guide
|
||||
|
||||
@@ -31,21 +31,21 @@ zu starten. Dazu nutzt man die Option "--daemon".
|
||||
|
||||
== OPTIONEN
|
||||
|
||||
include::cmdline_options.de.adoc[tag=standard]
|
||||
include::includes/cmdline_options.de.adoc[tag=standard]
|
||||
|
||||
== DEBUG-OPTIONEN
|
||||
|
||||
*WARNUNG:* Diese Optionen sind lediglich für Debug-Zwecke *DIESE FUNKTIONEN SOLLTE NICHT IM PRODUKTIVEM EINSATZ GENUTZT WERDEN!*
|
||||
|
||||
include::cmdline_options.de.adoc[tag=debug]
|
||||
include::includes/cmdline_options.de.adoc[tag=debug]
|
||||
|
||||
== OPTIONEN VON ERWEITERUNGEN
|
||||
|
||||
include::man.de.adoc[tag=plugin_options]
|
||||
include::includes/man.de.adoc[tag=plugin_options]
|
||||
|
||||
== DATEIEN
|
||||
|
||||
include::man.de.adoc[tag=files]
|
||||
include::includes/man.de.adoc[tag=files]
|
||||
|
||||
== SIEHE AUCH
|
||||
|
||||
@@ -59,7 +59,7 @@ Diese manpage wurde von {author} geschrieben.
|
||||
|
||||
== COPYRIGHT
|
||||
|
||||
include::man.de.adoc[tag=copyright]
|
||||
include::includes/man.de.adoc[tag=copyright]
|
||||
|
||||
== SUPPORT / FEHLER MELDEN
|
||||
|
||||
|
||||
@@ -27,21 +27,21 @@ Durch Skripten ist das Hauptprogramm äußerst flexibel und erweiterbar.
|
||||
|
||||
== OPTIONEN
|
||||
|
||||
include::cmdline_options.de.adoc[tag=standard]
|
||||
include::includes/cmdline_options.de.adoc[tag=standard]
|
||||
|
||||
== DEBUG-OPTIONEN
|
||||
|
||||
*WARNUNG:* Diese Optionen sind lediglich für Debug-Zwecke *DIESE FUNKTIONEN SOLLTE NICHT IM PRODUKTIVEM EINSATZ GENUTZT WERDEN!*
|
||||
|
||||
include::cmdline_options.de.adoc[tag=debug]
|
||||
include::includes/cmdline_options.de.adoc[tag=debug]
|
||||
|
||||
== OPTIONEN VON ERWEITERUNGEN
|
||||
|
||||
include::man.de.adoc[tag=plugin_options]
|
||||
include::includes/man.de.adoc[tag=plugin_options]
|
||||
|
||||
== DATEIEN
|
||||
|
||||
include::man.de.adoc[tag=files]
|
||||
include::includes/man.de.adoc[tag=files]
|
||||
|
||||
== SIEHE AUCH
|
||||
|
||||
@@ -55,7 +55,7 @@ Diese manpage wurde von {author} geschrieben.
|
||||
|
||||
== COPYRIGHT
|
||||
|
||||
include::man.de.adoc[tag=copyright]
|
||||
include::includes/man.de.adoc[tag=copyright]
|
||||
|
||||
== SUPPORT / FEHLER MELDEN
|
||||
|
||||
|
||||
@@ -511,14 +511,14 @@ die entsprechenden Dateien im Verzeichnis _~/.weechat_ erstellt.
|
||||
|
||||
==== Optionen für Befehlszeile
|
||||
|
||||
include::cmdline_options.de.adoc[tag=standard]
|
||||
include::includes/cmdline_options.de.adoc[tag=standard]
|
||||
|
||||
==== zusätzliche Debug-Optionen
|
||||
|
||||
[WARNING]
|
||||
These options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options.de.adoc[tag=debug]
|
||||
include::includes/cmdline_options.de.adoc[tag=debug]
|
||||
|
||||
[[environment_variables]]
|
||||
=== Umgebungsvariablen
|
||||
|
||||
@@ -24,8 +24,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.en.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.en.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat.1 (en)"
|
||||
)
|
||||
@@ -38,8 +38,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat-headless.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.en.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.en.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat-headless.1 (en)"
|
||||
)
|
||||
@@ -59,7 +59,7 @@ if(ENABLE_DOC)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../docinfo.html
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat_user.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.en.adoc
|
||||
${AUTOGEN_USER}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat_user.en.html"
|
||||
|
||||
+4
-5
@@ -24,8 +24,6 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
docinfo.html \
|
||||
weechat.1.en.adoc \
|
||||
weechat-headless.1.en.adoc \
|
||||
cmdline_options.en.adoc \
|
||||
man.en.adoc \
|
||||
weechat_user.en.adoc \
|
||||
weechat_plugin_api.en.adoc \
|
||||
weechat_scripting.en.adoc \
|
||||
@@ -34,6 +32,7 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat_tester.en.adoc \
|
||||
weechat_relay_protocol.en.adoc \
|
||||
weechat_dev.en.adoc \
|
||||
$(wildcard includes/*.adoc) \
|
||||
$(wildcard autogen/user/*.adoc) \
|
||||
$(wildcard autogen/plugin_api/*.adoc)
|
||||
|
||||
@@ -58,13 +57,13 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.en.adoc cmdline_options.en.adoc man.en.adoc
|
||||
weechat.1: weechat.1.en.adoc includes/cmdline_options.en.adoc includes/man.en.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/en/weechat.1.en.adoc
|
||||
weechat-headless.1: weechat-headless.1.en.adoc cmdline_options.en.adoc man.en.adoc
|
||||
weechat-headless.1: weechat-headless.1.en.adoc includes/cmdline_options.en.adoc includes/man.en.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/en/weechat-headless.1.en.adoc
|
||||
|
||||
# user's guide
|
||||
weechat_user.en.html: weechat_user.en.adoc cmdline_options.en.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
weechat_user.en.html: weechat_user.en.adoc includes/cmdline_options.en.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -o weechat_user.en.html $(abs_top_srcdir)/doc/en/weechat_user.en.adoc
|
||||
|
||||
# plugin API reference
|
||||
|
||||
@@ -30,21 +30,21 @@ It can be used for tests or to daemonize WeeChat with the option "--daemon".
|
||||
|
||||
== OPTIONS
|
||||
|
||||
include::cmdline_options.en.adoc[tag=standard]
|
||||
include::includes/cmdline_options.en.adoc[tag=standard]
|
||||
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options.en.adoc[tag=debug]
|
||||
include::includes/cmdline_options.en.adoc[tag=debug]
|
||||
|
||||
== PLUGIN OPTIONS
|
||||
|
||||
include::man.en.adoc[tag=plugin_options]
|
||||
include::includes/man.en.adoc[tag=plugin_options]
|
||||
|
||||
== FILES
|
||||
|
||||
include::man.en.adoc[tag=files]
|
||||
include::includes/man.en.adoc[tag=files]
|
||||
|
||||
== SEE ALSO
|
||||
|
||||
@@ -56,7 +56,7 @@ This manpage was written by {author}.
|
||||
|
||||
== COPYRIGHT
|
||||
|
||||
include::man.en.adoc[tag=copyright]
|
||||
include::includes/man.en.adoc[tag=copyright]
|
||||
|
||||
== SUPPORT / REPORTING BUGS
|
||||
|
||||
|
||||
@@ -27,21 +27,21 @@ It is highly customizable and extensible with scripts.
|
||||
|
||||
== OPTIONS
|
||||
|
||||
include::cmdline_options.en.adoc[tag=standard]
|
||||
include::includes/cmdline_options.en.adoc[tag=standard]
|
||||
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options.en.adoc[tag=debug]
|
||||
include::includes/cmdline_options.en.adoc[tag=debug]
|
||||
|
||||
== PLUGIN OPTIONS
|
||||
|
||||
include::man.en.adoc[tag=plugin_options]
|
||||
include::includes/man.en.adoc[tag=plugin_options]
|
||||
|
||||
== FILES
|
||||
|
||||
include::man.en.adoc[tag=files]
|
||||
include::includes/man.en.adoc[tag=files]
|
||||
|
||||
== SEE ALSO
|
||||
|
||||
@@ -53,7 +53,7 @@ This manpage was written by {author}.
|
||||
|
||||
== COPYRIGHT
|
||||
|
||||
include::man.en.adoc[tag=copyright]
|
||||
include::includes/man.en.adoc[tag=copyright]
|
||||
|
||||
== SUPPORT / REPORTING BUGS
|
||||
|
||||
|
||||
@@ -502,14 +502,14 @@ created in _~/.weechat_ with default options and values
|
||||
|
||||
==== Command line options
|
||||
|
||||
include::cmdline_options.en.adoc[tag=standard]
|
||||
include::includes/cmdline_options.en.adoc[tag=standard]
|
||||
|
||||
==== Extra debug options
|
||||
|
||||
[WARNING]
|
||||
These options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options.en.adoc[tag=debug]
|
||||
include::includes/cmdline_options.en.adoc[tag=debug]
|
||||
|
||||
[[environment_variables]]
|
||||
=== Environment variables
|
||||
|
||||
@@ -24,8 +24,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.fr.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.fr.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat.1 (fr)"
|
||||
)
|
||||
@@ -38,8 +38,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat-headless.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.fr.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.fr.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat-headless.1 (fr)"
|
||||
)
|
||||
@@ -59,7 +59,7 @@ if(ENABLE_DOC)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../docinfo.html
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat_user.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.fr.adoc
|
||||
${AUTOGEN_USER}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat_user.fr.html"
|
||||
|
||||
+4
-5
@@ -24,8 +24,6 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
docinfo.html \
|
||||
weechat.1.fr.adoc \
|
||||
weechat-headless.1.fr.adoc \
|
||||
cmdline_options.fr.adoc \
|
||||
man.fr.adoc \
|
||||
weechat_user.fr.adoc \
|
||||
weechat_plugin_api.fr.adoc \
|
||||
weechat_scripting.fr.adoc \
|
||||
@@ -34,6 +32,7 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat_tester.fr.adoc \
|
||||
weechat_relay_protocol.fr.adoc \
|
||||
weechat_dev.fr.adoc \
|
||||
$(wildcard includes/*.adoc) \
|
||||
$(wildcard autogen/user/*.adoc) \
|
||||
$(wildcard autogen/plugin_api/*.adoc)
|
||||
|
||||
@@ -58,13 +57,13 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.fr.adoc cmdline_options.fr.adoc man.fr.adoc
|
||||
weechat.1: weechat.1.fr.adoc includes/cmdline_options.fr.adoc includes/man.fr.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/fr/weechat.1.fr.adoc
|
||||
weechat-headless.1: weechat-headless.1.fr.adoc cmdline_options.fr.adoc man.fr.adoc
|
||||
weechat-headless.1: weechat-headless.1.fr.adoc includes/cmdline_options.fr.adoc includes/man.fr.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/fr/weechat-headless.1.fr.adoc
|
||||
|
||||
# user's guide
|
||||
weechat_user.fr.html: weechat_user.fr.adoc cmdline_options.fr.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
weechat_user.fr.html: weechat_user.fr.adoc includes/cmdline_options.fr.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -o weechat_user.fr.html $(abs_top_srcdir)/doc/fr/weechat_user.fr.adoc
|
||||
|
||||
# plugin API reference
|
||||
|
||||
@@ -31,22 +31,22 @@ avec l'option "--daemon".
|
||||
|
||||
== OPTIONS
|
||||
|
||||
include::cmdline_options.fr.adoc[tag=standard]
|
||||
include::includes/cmdline_options.fr.adoc[tag=standard]
|
||||
|
||||
== OPTIONS DE DEBUG
|
||||
|
||||
*ATTENTION :* ces options sont pour du debug seulement,
|
||||
*NE PAS UTILISER EN PRODUCTION !*
|
||||
|
||||
include::cmdline_options.fr.adoc[tag=debug]
|
||||
include::includes/cmdline_options.fr.adoc[tag=debug]
|
||||
|
||||
== OPTIONS D'EXTENSION
|
||||
|
||||
include::man.fr.adoc[tag=plugin_options]
|
||||
include::includes/man.fr.adoc[tag=plugin_options]
|
||||
|
||||
== FICHIERS
|
||||
|
||||
include::man.fr.adoc[tag=files]
|
||||
include::includes/man.fr.adoc[tag=files]
|
||||
|
||||
== VOIR AUSSI
|
||||
|
||||
@@ -58,7 +58,7 @@ Cette page de manuel a été écrite par {author}.
|
||||
|
||||
== COPYRIGHT
|
||||
|
||||
include::man.fr.adoc[tag=copyright]
|
||||
include::includes/man.fr.adoc[tag=copyright]
|
||||
|
||||
== SUPPORT / SIGNALER DES BUGS
|
||||
|
||||
|
||||
@@ -27,22 +27,22 @@ Il est hautement paramétrable et extensible avec des scripts.
|
||||
|
||||
== OPTIONS
|
||||
|
||||
include::cmdline_options.fr.adoc[tag=standard]
|
||||
include::includes/cmdline_options.fr.adoc[tag=standard]
|
||||
|
||||
== OPTIONS DE DEBUG
|
||||
|
||||
*ATTENTION :* ces options sont pour du debug seulement,
|
||||
*NE PAS UTILISER EN PRODUCTION !*
|
||||
|
||||
include::cmdline_options.fr.adoc[tag=debug]
|
||||
include::includes/cmdline_options.fr.adoc[tag=debug]
|
||||
|
||||
== OPTIONS D'EXTENSION
|
||||
|
||||
include::man.fr.adoc[tag=plugin_options]
|
||||
include::includes/man.fr.adoc[tag=plugin_options]
|
||||
|
||||
== FICHIERS
|
||||
|
||||
include::man.fr.adoc[tag=files]
|
||||
include::includes/man.fr.adoc[tag=files]
|
||||
|
||||
== VOIR AUSSI
|
||||
|
||||
@@ -54,7 +54,7 @@ Cette page de manuel a été écrite par {author}.
|
||||
|
||||
== COPYRIGHT
|
||||
|
||||
include::man.fr.adoc[tag=copyright]
|
||||
include::includes/man.fr.adoc[tag=copyright]
|
||||
|
||||
== SUPPORT / SIGNALER DES BUGS
|
||||
|
||||
|
||||
@@ -517,14 +517,14 @@ par défaut sont créés dans _~/.weechat_ avec les options et valeurs par défa
|
||||
|
||||
==== Options de ligne de commande
|
||||
|
||||
include::cmdline_options.fr.adoc[tag=standard]
|
||||
include::includes/cmdline_options.fr.adoc[tag=standard]
|
||||
|
||||
==== Options supplémentaires de debug
|
||||
|
||||
[WARNING]
|
||||
Ces options sont pour du debug seulement, *NE PAS UTILISER EN PRODUCTION !*
|
||||
|
||||
include::cmdline_options.fr.adoc[tag=debug]
|
||||
include::includes/cmdline_options.fr.adoc[tag=debug]
|
||||
|
||||
[[environment_variables]]
|
||||
=== Variables d'environnement
|
||||
|
||||
@@ -24,8 +24,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.it.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.it.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat.1 (it)"
|
||||
)
|
||||
@@ -38,8 +38,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat-headless.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.it.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.it.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat-headless.1 (it)"
|
||||
)
|
||||
@@ -59,7 +59,7 @@ if(ENABLE_DOC)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../docinfo.html
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat_user.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.it.adoc
|
||||
${AUTOGEN_USER}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat_user.it.html"
|
||||
|
||||
+4
-5
@@ -23,14 +23,13 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
docinfo.html \
|
||||
weechat.1.it.adoc \
|
||||
weechat-headless.1.it.adoc \
|
||||
cmdline_options.it.adoc \
|
||||
man.it.adoc \
|
||||
weechat_user.it.adoc \
|
||||
weechat_plugin_api.it.adoc \
|
||||
weechat_scripting.it.adoc \
|
||||
weechat_faq.it.adoc \
|
||||
weechat_quickstart.it.adoc \
|
||||
weechat_tester.it.adoc \
|
||||
$(wildcard includes/*.adoc) \
|
||||
$(wildcard autogen/user/*.adoc) \
|
||||
$(wildcard autogen/plugin_api/*.adoc)
|
||||
|
||||
@@ -53,13 +52,13 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.it.adoc cmdline_options.it.adoc man.it.adoc
|
||||
weechat.1: weechat.1.it.adoc includes/cmdline_options.it.adoc includes/man.it.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/it/weechat.1.it.adoc
|
||||
weechat-headless.1: weechat-headless.1.it.adoc cmdline_options.it.adoc man.it.adoc
|
||||
weechat-headless.1: weechat-headless.1.it.adoc includes/cmdline_options.it.adoc includes/man.it.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/it/weechat-headless.1.it.adoc
|
||||
|
||||
# user's guide
|
||||
weechat_user.it.html: weechat_user.it.adoc cmdline_options.it.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
weechat_user.it.html: weechat_user.it.adoc includes/cmdline_options.it.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -o weechat_user.it.html $(abs_top_srcdir)/doc/it/weechat_user.it.adoc
|
||||
|
||||
# plugin API reference
|
||||
|
||||
@@ -35,23 +35,23 @@ It can be used for tests or to daemonize WeeChat with the option "--daemon".
|
||||
|
||||
== OPTIONS
|
||||
|
||||
include::cmdline_options.it.adoc[tag=standard]
|
||||
include::includes/cmdline_options.it.adoc[tag=standard]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options.it.adoc[tag=debug]
|
||||
include::includes/cmdline_options.it.adoc[tag=debug]
|
||||
|
||||
== PLUGIN OPTIONS
|
||||
|
||||
include::man.it.adoc[tag=plugin_options]
|
||||
include::includes/man.it.adoc[tag=plugin_options]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== FILES
|
||||
|
||||
include::man.it.adoc[tag=files]
|
||||
include::includes/man.it.adoc[tag=files]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== SEE ALSO
|
||||
@@ -67,7 +67,7 @@ This manpage was written by {author}.
|
||||
|
||||
== COPYRIGHT
|
||||
|
||||
include::man.it.adoc[tag=copyright]
|
||||
include::includes/man.it.adoc[tag=copyright]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== SUPPORT / REPORTING BUGS
|
||||
|
||||
@@ -31,23 +31,23 @@ It is highly customizable and extensible with scripts.
|
||||
|
||||
== OPTIONS
|
||||
|
||||
include::cmdline_options.it.adoc[tag=standard]
|
||||
include::includes/cmdline_options.it.adoc[tag=standard]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options.it.adoc[tag=debug]
|
||||
include::includes/cmdline_options.it.adoc[tag=debug]
|
||||
|
||||
== PLUGIN OPTIONS
|
||||
|
||||
include::man.it.adoc[tag=plugin_options]
|
||||
include::includes/man.it.adoc[tag=plugin_options]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== FILES
|
||||
|
||||
include::man.it.adoc[tag=files]
|
||||
include::includes/man.it.adoc[tag=files]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== SEE ALSO
|
||||
@@ -63,7 +63,7 @@ This manpage was written by {author}.
|
||||
|
||||
== COPYRIGHT
|
||||
|
||||
include::man.it.adoc[tag=copyright]
|
||||
include::includes/man.it.adoc[tag=copyright]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== SUPPORT / REPORTING BUGS
|
||||
|
||||
@@ -550,7 +550,7 @@ created in _~/.weechat_ with default options and values
|
||||
// TRANSLATION MISSING
|
||||
==== Command line options
|
||||
|
||||
include::cmdline_options.it.adoc[tag=standard]
|
||||
include::includes/cmdline_options.it.adoc[tag=standard]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
==== Extra debug options
|
||||
@@ -558,7 +558,7 @@ include::cmdline_options.it.adoc[tag=standard]
|
||||
[WARNING]
|
||||
These options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options.it.adoc[tag=debug]
|
||||
include::includes/cmdline_options.it.adoc[tag=debug]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[[environment_variables]]
|
||||
|
||||
@@ -24,8 +24,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.ja.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.ja.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat.1 (ja)"
|
||||
)
|
||||
@@ -38,8 +38,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat-headless.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.ja.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.ja.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat-headless.1 (ja)"
|
||||
)
|
||||
@@ -59,7 +59,7 @@ if(ENABLE_DOC)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../docinfo.html
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat_user.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.ja.adoc
|
||||
${AUTOGEN_USER}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat_user.ja.html"
|
||||
|
||||
+4
-5
@@ -23,8 +23,6 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
docinfo.html \
|
||||
weechat.1.ja.adoc \
|
||||
weechat-headless.1.ja.adoc \
|
||||
cmdline_options.ja.adoc \
|
||||
man.ja.adoc \
|
||||
weechat_user.ja.adoc \
|
||||
weechat_plugin_api.ja.adoc \
|
||||
weechat_scripting.ja.adoc \
|
||||
@@ -33,6 +31,7 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat_tester.ja.adoc \
|
||||
weechat_relay_protocol.ja.adoc \
|
||||
weechat_dev.ja.adoc \
|
||||
$(wildcard includes/*.adoc) \
|
||||
$(wildcard autogen/user/*.adoc) \
|
||||
$(wildcard autogen/plugin_api/*.adoc)
|
||||
|
||||
@@ -57,13 +56,13 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.ja.adoc cmdline_options.ja.adoc man.ja.adoc
|
||||
weechat.1: weechat.1.ja.adoc includes/cmdline_options.ja.adoc includes/man.ja.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/ja/weechat.1.ja.adoc
|
||||
weechat-headless.1: weechat-headless.1.ja.adoc cmdline_options.ja.adoc man.ja.adoc
|
||||
weechat-headless.1: weechat-headless.1.ja.adoc includes/cmdline_options.ja.adoc includes/man.ja.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/ja/weechat-headless.1.ja.adoc
|
||||
|
||||
# user's guide
|
||||
weechat_user.ja.html: weechat_user.ja.adoc cmdline_options.ja.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
weechat_user.ja.html: weechat_user.ja.adoc includes/cmdline_options.ja.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -o weechat_user.ja.html $(abs_top_srcdir)/doc/ja/weechat_user.ja.adoc
|
||||
|
||||
# plugin API reference
|
||||
|
||||
@@ -30,21 +30,21 @@ WeeChat (Wee Enhanced Environment for Chat) はフリーのチャットクライ
|
||||
|
||||
== オプション
|
||||
|
||||
include::cmdline_options.ja.adoc[tag=standard]
|
||||
include::includes/cmdline_options.ja.adoc[tag=standard]
|
||||
|
||||
== デバッグオプション
|
||||
|
||||
*警告:* 以下のオプションはデバッグ用です。*通常利用時には使わないでください!*
|
||||
|
||||
include::cmdline_options.ja.adoc[tag=debug]
|
||||
include::includes/cmdline_options.ja.adoc[tag=debug]
|
||||
|
||||
== プラグインオプション
|
||||
|
||||
include::man.ja.adoc[tag=plugin_options]
|
||||
include::includes/man.ja.adoc[tag=plugin_options]
|
||||
|
||||
== ファイル
|
||||
|
||||
include::man.ja.adoc[tag=files]
|
||||
include::includes/man.ja.adoc[tag=files]
|
||||
|
||||
== 関連項目
|
||||
|
||||
@@ -58,7 +58,7 @@ include::man.ja.adoc[tag=files]
|
||||
|
||||
== 著作権
|
||||
|
||||
include::man.ja.adoc[tag=copyright]
|
||||
include::includes/man.ja.adoc[tag=copyright]
|
||||
|
||||
== サポート / バグ報告
|
||||
|
||||
|
||||
@@ -27,21 +27,21 @@ WeeChat (Wee Enhanced Environment for Chat) はフリーのチャットクライ
|
||||
|
||||
== オプション
|
||||
|
||||
include::cmdline_options.ja.adoc[tag=standard]
|
||||
include::includes/cmdline_options.ja.adoc[tag=standard]
|
||||
|
||||
== デバッグオプション
|
||||
|
||||
*警告:* 以下のオプションはデバッグ用です。*通常利用時には使わないでください!*
|
||||
|
||||
include::cmdline_options.ja.adoc[tag=debug]
|
||||
include::includes/cmdline_options.ja.adoc[tag=debug]
|
||||
|
||||
== プラグインオプション
|
||||
|
||||
include::man.ja.adoc[tag=plugin_options]
|
||||
include::includes/man.ja.adoc[tag=plugin_options]
|
||||
|
||||
== ファイル
|
||||
|
||||
include::man.ja.adoc[tag=files]
|
||||
include::includes/man.ja.adoc[tag=files]
|
||||
|
||||
== 関連項目
|
||||
|
||||
@@ -55,7 +55,7 @@ include::man.ja.adoc[tag=files]
|
||||
|
||||
== 著作権
|
||||
|
||||
include::man.ja.adoc[tag=copyright]
|
||||
include::includes/man.ja.adoc[tag=copyright]
|
||||
|
||||
== サポート / バグ報告
|
||||
|
||||
|
||||
@@ -508,14 +508,14 @@ _~/.weechat_ ディレクトリの中に作成されます
|
||||
|
||||
==== コマンドラインオプション
|
||||
|
||||
include::cmdline_options.ja.adoc[tag=standard]
|
||||
include::includes/cmdline_options.ja.adoc[tag=standard]
|
||||
|
||||
==== デバッグオプション
|
||||
|
||||
[WARNING]
|
||||
以下のオプションはデバッグ用です。*通常利用時には使わないでください!*
|
||||
|
||||
include::cmdline_options.ja.adoc[tag=debug]
|
||||
include::includes/cmdline_options.ja.adoc[tag=debug]
|
||||
|
||||
[[environment_variables]]
|
||||
=== 環境変数
|
||||
|
||||
@@ -24,8 +24,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.pl.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.pl.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat.1 (pl)"
|
||||
)
|
||||
@@ -38,8 +38,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat-headless.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.pl.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.pl.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat-headless.1 (pl)"
|
||||
)
|
||||
@@ -58,7 +58,7 @@ if(ENABLE_DOC)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../docinfo.html
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat_user.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.pl.adoc
|
||||
${AUTOGEN_USER}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat_user.pl.html"
|
||||
|
||||
+4
-5
@@ -24,13 +24,12 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
docinfo.html \
|
||||
weechat.1.pl.adoc \
|
||||
weechat-headless.1.pl.adoc \
|
||||
cmdline_options.pl.adoc \
|
||||
man.pl.adoc \
|
||||
weechat_user.pl.adoc \
|
||||
weechat_scripting.pl.adoc \
|
||||
weechat_faq.pl.adoc \
|
||||
weechat_quickstart.pl.adoc \
|
||||
weechat_tester.pl.adoc \
|
||||
$(wildcard includes/*.adoc) \
|
||||
$(wildcard autogen/user/*.adoc)
|
||||
|
||||
if MAN
|
||||
@@ -51,13 +50,13 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.pl.adoc cmdline_options.pl.adoc man.pl.adoc
|
||||
weechat.1: weechat.1.pl.adoc includes/cmdline_options.pl.adoc includes/man.pl.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/pl/weechat.1.pl.adoc
|
||||
weechat-headless.1: weechat-headless.1.pl.adoc cmdline_options.pl.adoc man.pl.adoc
|
||||
weechat-headless.1: weechat-headless.1.pl.adoc includes/cmdline_options.pl.adoc includes/man.pl.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/pl/weechat-headless.1.pl.adoc
|
||||
|
||||
# user's guide
|
||||
weechat_user.pl.html: weechat_user.pl.adoc cmdline_options.pl.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
weechat_user.pl.html: weechat_user.pl.adoc includes/cmdline_options.pl.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -o weechat_user.pl.html $(abs_top_srcdir)/doc/pl/weechat_user.pl.adoc
|
||||
|
||||
# scripting guide
|
||||
|
||||
@@ -31,21 +31,21 @@ opcji "--daemon".
|
||||
|
||||
== OPCJE
|
||||
|
||||
include::cmdline_options.pl.adoc[tag=standard]
|
||||
include::includes/cmdline_options.pl.adoc[tag=standard]
|
||||
|
||||
== OPCJE DEBUGUJĄCE
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options.pl.adoc[tag=debug]
|
||||
include::includes/cmdline_options.pl.adoc[tag=debug]
|
||||
|
||||
== OPCJE WTYCZEK
|
||||
|
||||
include::man.pl.adoc[tag=plugin_options]
|
||||
include::includes/man.pl.adoc[tag=plugin_options]
|
||||
|
||||
== PLIKI
|
||||
|
||||
include::man.pl.adoc[tag=files]
|
||||
include::includes/man.pl.adoc[tag=files]
|
||||
|
||||
== Zobacz również
|
||||
|
||||
@@ -59,7 +59,7 @@ Tłumaczenie Krzysztof Korościk.
|
||||
|
||||
== PRAWA AUTORSKIE
|
||||
|
||||
include::man.pl.adoc[tag=copyright]
|
||||
include::includes/man.pl.adoc[tag=copyright]
|
||||
|
||||
== WSPARCIE / ZGŁASZANIE BŁĘDÓW
|
||||
|
||||
|
||||
@@ -27,21 +27,21 @@ Posiada dużo opcji konfiguracyjnych i dodatkowych wtyczek.
|
||||
|
||||
== OPCJE
|
||||
|
||||
include::cmdline_options.pl.adoc[tag=standard]
|
||||
include::includes/cmdline_options.pl.adoc[tag=standard]
|
||||
|
||||
== OPCJE DEBUGUJĄCE
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options.pl.adoc[tag=debug]
|
||||
include::includes/cmdline_options.pl.adoc[tag=debug]
|
||||
|
||||
== OPCJE WTYCZEK
|
||||
|
||||
include::man.pl.adoc[tag=plugin_options]
|
||||
include::includes/man.pl.adoc[tag=plugin_options]
|
||||
|
||||
== PLIKI
|
||||
|
||||
include::man.pl.adoc[tag=files]
|
||||
include::includes/man.pl.adoc[tag=files]
|
||||
|
||||
== Zobacz również
|
||||
|
||||
@@ -55,7 +55,7 @@ Tłumaczenie Krzysztof Korościk.
|
||||
|
||||
== PRAWA AUTORSKIE
|
||||
|
||||
include::man.pl.adoc[tag=copyright]
|
||||
include::includes/man.pl.adoc[tag=copyright]
|
||||
|
||||
== WSPARCIE / ZGŁASZANIE BŁĘDÓW
|
||||
|
||||
|
||||
@@ -510,14 +510,14 @@ w _~/.weechat_ z domyślnymi opcjami i wartościami
|
||||
|
||||
==== Argumenty linii poleceń
|
||||
|
||||
include::cmdline_options.pl.adoc[tag=standard]
|
||||
include::includes/cmdline_options.pl.adoc[tag=standard]
|
||||
|
||||
==== Dodatkowe opcje do debugowania
|
||||
|
||||
[WARNING]
|
||||
Te opcje służą tylko do debugowania błędów, *NIE UŻYWAĆ NA PRODUKCJI!*
|
||||
|
||||
include::cmdline_options.pl.adoc[tag=debug]
|
||||
include::includes/cmdline_options.pl.adoc[tag=debug]
|
||||
|
||||
[[environment_variables]]
|
||||
=== Zmienne środowiskowe
|
||||
|
||||
@@ -24,8 +24,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.ru.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.ru.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat.1 (ru)"
|
||||
)
|
||||
@@ -38,8 +38,8 @@ if(ENABLE_MAN)
|
||||
COMMAND ${ASCIIDOCTOR_EXECUTABLE} ARGS ${ASCIIDOCTOR_ARGS} -b manpage -o weechat-headless.1 ${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.ru.adoc
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/cmdline_options.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/includes/man.ru.adoc
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat-headless.1 (ru)"
|
||||
)
|
||||
|
||||
+4
-5
@@ -23,9 +23,8 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
docinfo.html \
|
||||
weechat.1.ru.adoc \
|
||||
weechat-headless.1.ru.adoc \
|
||||
cmdline_options.ru.adoc \
|
||||
man.ru.adoc \
|
||||
weechat_quickstart.ru.adoc
|
||||
weechat_quickstart.ru.adoc \
|
||||
$(wildcard includes/*.adoc)
|
||||
|
||||
if MAN
|
||||
man_targets = weechat.1 \
|
||||
@@ -41,9 +40,9 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.ru.adoc cmdline_options.ru.adoc man.ru.adoc
|
||||
weechat.1: weechat.1.ru.adoc includes/cmdline_options.ru.adoc includes/man.ru.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/ru/weechat.1.ru.adoc
|
||||
weechat-headless.1: weechat-headless.1.ru.adoc cmdline_options.ru.adoc man.ru.adoc
|
||||
weechat-headless.1: weechat-headless.1.ru.adoc includes/cmdline_options.ru.adoc includes/man.ru.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/ru/weechat-headless.1.ru.adoc
|
||||
|
||||
# quickstart
|
||||
|
||||
@@ -34,22 +34,22 @@ It can be used for tests or to daemonize WeeChat with the option "--daemon".
|
||||
|
||||
== ПАРАМЕТРЫ
|
||||
|
||||
include::cmdline_options.ru.adoc[tag=standard]
|
||||
include::includes/cmdline_options.ru.adoc[tag=standard]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options.ru.adoc[tag=debug]
|
||||
include::includes/cmdline_options.ru.adoc[tag=debug]
|
||||
|
||||
== ПАРАМЕТРЫ ПЛАГИНОВ
|
||||
|
||||
include::man.ru.adoc[tag=plugin_options]
|
||||
include::includes/man.ru.adoc[tag=plugin_options]
|
||||
|
||||
== ФАЙЛЫ
|
||||
|
||||
include::man.ru.adoc[tag=files]
|
||||
include::includes/man.ru.adoc[tag=files]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== SEE ALSO
|
||||
@@ -64,7 +64,7 @@ include::man.ru.adoc[tag=files]
|
||||
|
||||
== КОПИРАЙТ
|
||||
|
||||
include::man.ru.adoc[tag=copyright]
|
||||
include::includes/man.ru.adoc[tag=copyright]
|
||||
|
||||
== ПОДДЕРЖКА / СООБЩЕНИЯ ОБ ОШИБКАХ
|
||||
|
||||
|
||||
@@ -29,22 +29,22 @@ WeeChat (Wee Enhanced Environment for Chat) это свободный чат-к
|
||||
|
||||
== ПАРАМЕТРЫ
|
||||
|
||||
include::cmdline_options.ru.adoc[tag=standard]
|
||||
include::includes/cmdline_options.ru.adoc[tag=standard]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options.ru.adoc[tag=debug]
|
||||
include::includes/cmdline_options.ru.adoc[tag=debug]
|
||||
|
||||
== ПАРАМЕТРЫ ПЛАГИНОВ
|
||||
|
||||
include::man.ru.adoc[tag=plugin_options]
|
||||
include::includes/man.ru.adoc[tag=plugin_options]
|
||||
|
||||
== ФАЙЛЫ
|
||||
|
||||
include::man.ru.adoc[tag=files]
|
||||
include::includes/man.ru.adoc[tag=files]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== SEE ALSO
|
||||
@@ -59,7 +59,7 @@ include::man.ru.adoc[tag=files]
|
||||
|
||||
== КОПИРАЙТ
|
||||
|
||||
include::man.ru.adoc[tag=copyright]
|
||||
include::includes/man.ru.adoc[tag=copyright]
|
||||
|
||||
== ПОДДЕРЖКА / СООБЩЕНИЯ ОБ ОШИБКАХ
|
||||
|
||||
|
||||
Reference in New Issue
Block a user