X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=mk%2Fsuffix.mk;fp=mk%2Fsuffix.mk;h=ee5fdb7f0c16c9203f292e765ce0d91950532e7a;hp=6d2c1805ba816d2794abbcf6c03375e8d368dad3;hb=88ef3d2674a029efb7d3c35396385638b37280c4;hpb=25ab6038d53ae8dabf5cf3a469096f73ae25227d diff --git a/mk/suffix.mk b/mk/suffix.mk index 6d2c180..ee5fdb7 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -245,6 +245,9 @@ endif %.html : %.xml $(XSLTPROC) --output $@ \ + --stringparam toc.section.depth 3 \ + --stringparam section.autolabel 1 \ + --stringparam section.label.includes.component.label 1 \ --stringparam html.stylesheet fptools.css \ $(XSLTPROC_OPTS) $(DIR_DOCBOOK_XSL)/html/docbook.xsl $< cp $(FPTOOLS_CSS) . @@ -253,6 +256,9 @@ endif $(RM) -rf $(dir $@) $(XSLTPROC) --stringparam base.dir $(dir $@) \ --stringparam use.id.as.filename 1 \ + --stringparam toc.section.depth 3 \ + --stringparam section.autolabel 1 \ + --stringparam section.label.includes.component.label 1 \ --stringparam html.stylesheet fptools.css \ $(XSLTPROC_OPTS) $(DIR_DOCBOOK_XSL)/html/chunk.xsl $< cp $(FPTOOLS_CSS) $(dir $@)