diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-04 10:38:23 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-04 10:38:23 +0100 |
commit | abd95bf1b189c571a618bb0331deb4e6772b1d03 (patch) | |
tree | 1debdff84fe00ad64555908b7c71e8f70a3d625f /doc/en/Makefile.am | |
parent | 4646e5c17ccc61503937131ba855961cbf487324 (diff) | |
download | weechat-abd95bf1b189c571a618bb0331deb4e6772b1d03.zip |
doc: fix toclevels (from 3 to 4) for user guide in Makefile.am
Diffstat (limited to 'doc/en/Makefile.am')
-rw-r--r-- | doc/en/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index 9cf2ad52f..d79660d9d 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -39,7 +39,7 @@ all-local: weechat_user.en.html \ # user's guide weechat_user.en.html: weechat_user.en.txt $(wildcard autogen/user/*.txt) - $(ASCIIDOC) -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.en.html $(abs_top_srcdir)/doc/en/weechat_user.en.txt + $(ASCIIDOC) -a toc -a toclevels=4 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.en.html $(abs_top_srcdir)/doc/en/weechat_user.en.txt # plugin API reference weechat_plugin_api.en.html: weechat_plugin_api.en.txt $(wildcard autogen/plugin_api/*.txt) |