From 88ef3d2674a029efb7d3c35396385638b37280c4 Mon Sep 17 00:00:00 2001 From: panne Date: Wed, 18 Aug 2004 16:23:14 +0000 Subject: [PATCH] [project @ 2004-08-18 16:23:14 by panne] Improved section labeling for HTML formats. Have to check other formats... --- mk/suffix.mk | 6 ++++++ 1 file changed, 6 insertions(+) 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 $@) -- 1.7.10.4