diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-03 15:41:33 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-03 15:41:33 +0100 |
commit | 944972bc951c03605fbd7a9fd3236e63cfd0fd6d (patch) | |
tree | 3f94bb0b2266a6bab8d157d0d26091c456b833f3 /doc/fr/Makefile.am | |
parent | a2839fabb5611e6f079afa39f963fb5b3213d586 (diff) | |
download | weechat-944972bc951c03605fbd7a9fd3236e63cfd0fd6d.zip |
doc: add French version of relay protocol
Diffstat (limited to 'doc/fr/Makefile.am')
-rw-r--r-- | doc/fr/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index 78a4b15c1..2403e2fc8 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -29,6 +29,7 @@ EXTRA_DIST = CMakeLists.txt \ weechat_faq.fr.txt \ weechat_quickstart.fr.txt \ weechat_tester.fr.txt \ + weechat_relay_protocol.fr.txt \ weechat_dev.fr.txt \ $(wildcard autogen/user/*.txt) \ $(wildcard autogen/plugin_api/*.txt) @@ -45,6 +46,7 @@ if DOC weechat_faq.fr.html \ weechat_quickstart.fr.html \ weechat_tester.fr.html \ + weechat_relay_protocol.fr.html \ weechat_dev.fr.html doc_install = install-doc doc_uninstall = uninstall-doc @@ -81,6 +83,10 @@ weechat_quickstart.fr.html: weechat_quickstart.fr.txt weechat_tester.fr.html: weechat_tester.fr.txt $(ASCIIDOC) -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_tester.fr.html $(abs_top_srcdir)/doc/fr/weechat_tester.fr.txt +# relay protocol +weechat_relay_protocol.fr.html: weechat_relay_protocol.fr.txt + $(ASCIIDOC) -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_relay_protocol.fr.html $(abs_top_srcdir)/doc/fr/weechat_relay_protocol.fr.txt + # developer's guide weechat_dev.fr.html: weechat_dev.fr.txt $(ASCIIDOC) -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_dev.fr.html $(abs_top_srcdir)/doc/fr/weechat_dev.fr.txt |