diff options
Diffstat (limited to 'doc/it/Makefile.am')
-rw-r--r-- | doc/it/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/Makefile.am b/doc/it/Makefile.am index c8d7ef3ad..0db3eaed5 100644 --- a/doc/it/Makefile.am +++ b/doc/it/Makefile.am @@ -42,7 +42,7 @@ weechat_user.it.html: weechat_user.it.txt $(wildcard autogen/user/*.txt) # plugin API reference weechat_plugin_api.it.html: weechat_plugin_api.it.txt $(wildcard autogen/plugin_api/*.txt) - $(ASCIIDOC) -a toc -a toclevels=3 -a toc-title='Indice' -a date=`date "+%F"` -a revision="$(VERSION)" -n -o weechat_plugin_api.it.html weechat_plugin_api.it.txt + $(ASCIIDOC) -a toc -a toclevels=4 -a toc-title='Indice' -a date=`date "+%F"` -a revision="$(VERSION)" -n -o weechat_plugin_api.it.html weechat_plugin_api.it.txt # scripting guide weechat_scripting.it.html: weechat_scripting.it.txt |