summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/Makefile7
-rw-r--r--documentation/adt-manual/adt-manual-customization.xsl7
2 files changed, 6 insertions, 8 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index e087bf44d4..6020800230 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -224,12 +224,7 @@ endif
224 224
225 225
226ifeq ($(DOC),adt-manual) 226ifeq ($(DOC),adt-manual)
227XSLTOPTS = --stringparam html.stylesheet adt-style.css \ 227XSLTOPTS = --xinclude
228 --stringparam chapter.autolabel 1 \
229 --stringparam appendix.autolabel A \
230 --stringparam section.autolabel 1 \
231 --stringparam section.label.includes.component.label 1 \
232 --xinclude
233ALLPREQ = html pdf tarball 228ALLPREQ = html pdf tarball
234TARFILES = adt-manual.html adt-manual.pdf adt-style.css figures/adt-title.png 229TARFILES = adt-manual.html adt-manual.pdf adt-style.css figures/adt-title.png
235MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 230MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
diff --git a/documentation/adt-manual/adt-manual-customization.xsl b/documentation/adt-manual/adt-manual-customization.xsl
index 8eb69050ba..373bdb7140 100644
--- a/documentation/adt-manual/adt-manual-customization.xsl
+++ b/documentation/adt-manual/adt-manual-customization.xsl
@@ -3,6 +3,9 @@
3 3
4 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> 4 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" />
5 5
6<!-- <xsl:param name="generate.toc" select="'article nop'"></xsl:param> --> 6 <xsl:param name="html.stylesheet" select="'adt-style.css'" />
7 7 <xsl:param name="chapter.autolabel" select="1" />
8 <xsl:param name="appendix.autolabel" select="1" />
9 <xsl:param name="section.autolabel" select="1" />
10 <xsl:param name="section.label.includes.component.label" select="1" />
8</xsl:stylesheet> 11</xsl:stylesheet>