summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-04-05 16:02:39 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-04-05 16:02:39 +0200
commit2b9645c2c828cc0c1ac1c06b7355d761f765778a (patch)
tree9f90d4c87558f6a10053c68f070a1223bec0dbe1
parentbe321ce396f592c85d87e20982cc414b13e01c96 (diff)
downloadweechat-2b9645c2c828cc0c1ac1c06b7355d761f765778a.zip
doc: build relay protocol before developer's guide
-rw-r--r--doc/en/Makefile.am8
-rw-r--r--doc/ja/Makefile.am8
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am
index 4a50b4fad..48fd93d1c 100644
--- a/doc/en/Makefile.am
+++ b/doc/en/Makefile.am
@@ -83,14 +83,14 @@ weechat_quickstart.en.html: weechat_quickstart.en.txt
weechat_tester.en.html: weechat_tester.en.txt
$(ASCIIDOC) -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_tester.en.html $(abs_top_srcdir)/doc/en/weechat_tester.en.txt
-# developer's guide
-weechat_dev.en.html: weechat_dev.en.txt
- $(ASCIIDOC) -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_dev.en.html $(abs_top_srcdir)/doc/en/weechat_dev.en.txt
-
# relay protocol
weechat_relay_protocol.en.html: weechat_relay_protocol.en.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.en.html $(abs_top_srcdir)/doc/en/weechat_relay_protocol.en.txt
+# developer's guide
+weechat_dev.en.html: weechat_dev.en.txt
+ $(ASCIIDOC) -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_dev.en.html $(abs_top_srcdir)/doc/en/weechat_dev.en.txt
+
# install man/docs
install-data-hook: $(man_install) $(doc_install)
diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am
index b2140906e..51a9a07b1 100644
--- a/doc/ja/Makefile.am
+++ b/doc/ja/Makefile.am
@@ -81,14 +81,14 @@ weechat_quickstart.ja.html: weechat_quickstart.ja.txt
weechat_tester.ja.html: weechat_tester.ja.txt
$(ASCIIDOC) -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_tester.ja.html $(abs_top_srcdir)/doc/ja/weechat_tester.ja.txt
-# developer's guide
-weechat_dev.ja.html: weechat_dev.ja.txt
- $(ASCIIDOC) -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_dev.ja.html $(abs_top_srcdir)/doc/ja/weechat_dev.ja.txt
-
# relay protocol
weechat_relay_protocol.ja.html: weechat_relay_protocol.ja.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.ja.html $(abs_top_srcdir)/doc/ja/weechat_relay_protocol.ja.txt
+# developer's guide
+weechat_dev.ja.html: weechat_dev.ja.txt
+ $(ASCIIDOC) -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_dev.ja.html $(abs_top_srcdir)/doc/ja/weechat_dev.ja.txt
+
# install man/docs
install-data-hook: $(man_install) $(doc_install)