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 | |
parent | 4646e5c17ccc61503937131ba855961cbf487324 (diff) | |
download | weechat-abd95bf1b189c571a618bb0331deb4e6772b1d03.zip |
doc: fix toclevels (from 3 to 4) for user guide in Makefile.am
-rw-r--r-- | doc/de/Makefile.am | 2 | ||||
-rw-r--r-- | doc/en/Makefile.am | 2 | ||||
-rw-r--r-- | doc/fr/Makefile.am | 2 | ||||
-rw-r--r-- | doc/it/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am index 66670d9ba..725142ffa 100644 --- a/doc/de/Makefile.am +++ b/doc/de/Makefile.am @@ -36,7 +36,7 @@ all-local: weechat_user.de.html \ # user's guide weechat_user.de.html: weechat_user.de.txt $(wildcard autogen/user/*.txt) - $(ASCIIDOC) -a lang=de -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.de.html $(abs_top_srcdir)/doc/de/weechat_user.de.txt + $(ASCIIDOC) -a lang=de -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.de.html $(abs_top_srcdir)/doc/de/weechat_user.de.txt # scripting guide weechat_scripting.de.html: weechat_scripting.de.txt 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) diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index 667c87fc5..b0a16ca20 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -39,7 +39,7 @@ all-local: weechat_user.fr.html \ # user's guide weechat_user.fr.html: weechat_user.fr.txt $(wildcard autogen/user/*.txt) - $(ASCIIDOC) -a lang=fr -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.fr.html $(abs_top_srcdir)/doc/fr/weechat_user.fr.txt + $(ASCIIDOC) -a lang=fr -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.fr.html $(abs_top_srcdir)/doc/fr/weechat_user.fr.txt # plugin API reference weechat_plugin_api.fr.html: weechat_plugin_api.fr.txt $(wildcard autogen/plugin_api/*.txt) diff --git a/doc/it/Makefile.am b/doc/it/Makefile.am index 02bf407aa..29d3e981f 100644 --- a/doc/it/Makefile.am +++ b/doc/it/Makefile.am @@ -38,7 +38,7 @@ all-local: weechat_user.it.html \ # user's guide weechat_user.it.html: weechat_user.it.txt $(wildcard autogen/user/*.txt) - $(ASCIIDOC) -a lang=it -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.it.html $(abs_top_srcdir)/doc/it/weechat_user.it.txt + $(ASCIIDOC) -a lang=it -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.it.html $(abs_top_srcdir)/doc/it/weechat_user.it.txt # plugin API reference weechat_plugin_api.it.html: weechat_plugin_api.it.txt $(wildcard autogen/plugin_api/*.txt) |