From 2b9645c2c828cc0c1ac1c06b7355d761f765778a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 5 Apr 2014 16:02:39 +0200 Subject: doc: build relay protocol before developer's guide --- doc/en/Makefile.am | 8 ++++---- doc/ja/Makefile.am | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'doc') 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) -- cgit v1.2.3