manual: set toc depth to 4 for html outputs
Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b566e8cb56
commit
17feaf0016
@ -33,8 +33,8 @@ endef
|
|||||||
# The variable <DOCUMENT_NAME>_SOURCES defines the dependencies.
|
# The variable <DOCUMENT_NAME>_SOURCES defines the dependencies.
|
||||||
################################################################################
|
################################################################################
|
||||||
define GENDOC
|
define GENDOC
|
||||||
$(call GENDOC_INNER,$(1),xhtml,html,html,HTML)
|
$(call GENDOC_INNER,$(1),xhtml,html,html,HTML,--xsltproc-opts "--stringparam toc.section.depth 4")
|
||||||
$(call GENDOC_INNER,$(1),chunked,split-html,chunked,Split HTML)
|
$(call GENDOC_INNER,$(1),chunked,split-html,chunked,Split HTML,--xsltproc-opts "--stringparam toc.section.depth 4")
|
||||||
$(call GENDOC_INNER,$(1),pdf,pdf,pdf,PDF,--dblatex-opts "-P latex.output.revhistory=0")
|
$(call GENDOC_INNER,$(1),pdf,pdf,pdf,PDF,--dblatex-opts "-P latex.output.revhistory=0")
|
||||||
$(call GENDOC_INNER,$(1),text,txt,text,Text)
|
$(call GENDOC_INNER,$(1),text,txt,text,Text)
|
||||||
$(call GENDOC_INNER,$(1),epub,epub,epub,EPUB)
|
$(call GENDOC_INNER,$(1),epub,epub,epub,EPUB)
|
||||||
|
Loading…
Reference in New Issue
Block a user