update setup-mingw action for GH actions
[scons.git] / doc / reference / chtml.xsl
blobc2e74044f6d41e024a525c3007a91758ebbaae6e
1 <?xml version='1.0'?>
2 <!--
4 __COPYRIGHT__
6 Permission is hereby granted, free of charge, to any person obtaining
7 a copy of this software and associated documentation files (the
8 "Software"), to deal in the Software without restriction, including
9 without limitation the rights to use, copy, modify, merge, publish,
10 distribute, sublicense, and/or sell copies of the Software, and to
11 permit persons to whom the Software is furnished to do so, subject to
12 the following conditions:
14 The above copyright notice and this permission notice shall be included
15 in all copies or substantial portions of the Software.
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
18 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
19 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25 -->
26 <xsl:stylesheet
27 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
28 xmlns:fo="http://www.w3.org/1999/XSL/Format"
29 version="1.0">
31 <xsl:import href="../../SCons/Tool/docbook/docbook-xsl-1.76.1/html/chunk.xsl"/>
33 <xsl:param name="base.dir" select="'scons-reference/'"/>
34 <xsl:param name="l10n.gentext.default.language" select="'en'"/>
35 <xsl:param name="section.autolabel" select="1"/>
36 <xsl:param name="section.label.includes.component.label" select="1"/>
37 <xsl:param name="html.stylesheet" select="'scons.css'"/>
38 <xsl:param name="generate.toc">
39 /appendix toc,title
40 article/appendix nop
41 /article toc,title
42 book toc,title,figure,table,example,equation
43 /chapter toc,title
44 part toc,title
45 /preface toc,title
46 reference toc,title
47 /sect1 toc
48 /sect2 toc
49 /sect3 toc
50 /sect4 toc
51 /sect5 toc
52 /section toc
53 set toc,title
54 </xsl:param>
56 </xsl:stylesheet>