diff options
Diffstat (limited to 'doc/ja/Makefile.am')
-rw-r--r-- | doc/ja/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am index 6b9f24217..6165da021 100644 --- a/doc/ja/Makefile.am +++ b/doc/ja/Makefile.am @@ -23,6 +23,7 @@ EXTRA_DIST = CMakeLists.txt \ weechat.1.ja.txt \ cmdline_options.ja.txt \ weechat_user.ja.txt \ + weechat_plugin_api.ja.txt \ weechat_scripting.ja.txt \ weechat_faq.ja.txt \ weechat_quickstart.ja.txt \ @@ -37,6 +38,7 @@ if MAN endif if DOC doc_targets = weechat_user.ja.html \ + weechat_plugin_api.ja.html \ weechat_scripting.ja.html \ weechat_faq.ja.html \ weechat_quickstart.ja.html \ @@ -56,6 +58,10 @@ weechat.1: weechat.1.ja.txt cmdline_options.ja.txt weechat_user.ja.html: weechat_user.ja.txt cmdline_options.ja.txt $(wildcard autogen/user/*.txt) $(ASCIIDOC) -a toc -a toclevels=4 -a toc-title='目次' -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.ja.html $(abs_top_srcdir)/doc/ja/weechat_user.ja.txt +# plugin API reference +weechat_plugin_api.ja.html: weechat_plugin_api.ja.txt $(wildcard autogen/plugin_api/*.txt) + $(ASCIIDOC) -a toc -a toclevels=4 -a toc-title='目次' -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_plugin_api.ja.html $(abs_top_srcdir)/doc/ja/weechat_plugin_api.ja.txt + # scripting guide weechat_scripting.ja.html: weechat_scripting.ja.txt $(ASCIIDOC) -a toc -a toclevels=3 -a toc-title='目次' -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_scripting.ja.html $(abs_top_srcdir)/doc/ja/weechat_scripting.ja.txt |