Add a new possibility for role tag in sect2
This commit is contained in:
parent
b7515ec4fc
commit
967b819f07
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@
|
||||||
<xsl:apply-templates select="bridgehead[@renderas='sect3']"/>
|
<xsl:apply-templates select="bridgehead[@renderas='sect3']"/>
|
||||||
<xsl:text>
</xsl:text>
|
<xsl:text>
</xsl:text>
|
||||||
</xsl:when>
|
</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:when test="@role = 'installation'">
|
||||||
<xsl:text>
|
<xsl:text>
|
||||||
if [ "${PACKAGE%.zip}" = "${PACKAGE}" ]; then
|
if [ "${PACKAGE%.zip}" = "${PACKAGE}" ]; then
|
||||||
|
|
Reference in a new issue