Do not include unneeded file
[TortoiseGit.git] / doc / xsl / htmlhelp.xsl
blob55eba3e48381bc578e807ef20506b34b320c56bb
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3 <xsl:import href="./db_htmlhelp.xsl"/>
4 <xsl:import href="./defaults.xsl"/>
5 <xsl:param name="keep.relative.image.uris" select="0"/>
7 <xsl:param name="suppress.navigation" select="0"/>
8 <xsl:param name="toc.section.depth" select="4"/>
9 <xsl:param name="htmlhelp.force.map.and.alias" select="1"/>
10 <xsl:param name="htmlhelp.show.menu" select="1"/>
11 <xsl:param name="htmlhelp.show.advanced.search" select="1"/>
12 <xsl:param name="htmlhelp.hhc.folders.instead.books" select="1"></xsl:param>
13 <xsl:param name="htmlhelp.hhc.binary" select="0"></xsl:param>
14 <xsl:param name="htmlhelp.use.hhk" select="1"></xsl:param>
16 </xsl:stylesheet>