Add a new possibility for role tag in sect2

This commit is contained in:
Pierre Labastie 2015-09-20 10:18:20 +00:00
parent b7515ec4fc
commit 967b819f07

View file

@ -93,6 +93,9 @@
<xsl:apply-templates select="bridgehead[@renderas='sect3']"/>
<xsl:text>&#xA;</xsl:text>
</xsl:when>
<xsl:when test="@role = 'qt4-prefix' or @role = 'qt5-prefix'">
<xsl:apply-templates select=".//screen"/>
</xsl:when>
<xsl:when test="@role = 'installation'">
<xsl:text>
if [ "${PACKAGE%.zip}" = "${PACKAGE}" ]; then