diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/Makefile.am | 8 | ||||
-rw-r--r-- | doc/ja/Makefile.am | 8 |
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) |