diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-05 16:02:39 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-05 16:02:39 +0200 |
commit | 2b9645c2c828cc0c1ac1c06b7355d761f765778a (patch) | |
tree | 9f90d4c87558f6a10053c68f070a1223bec0dbe1 /doc/en/Makefile.am | |
parent | be321ce396f592c85d87e20982cc414b13e01c96 (diff) | |
download | weechat-2b9645c2c828cc0c1ac1c06b7355d761f765778a.zip |
doc: build relay protocol before developer's guide
Diffstat (limited to 'doc/en/Makefile.am')
-rw-r--r-- | doc/en/Makefile.am | 8 |
1 files changed, 4 insertions, 4 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) |