BLFS tools: update qt?-prefix for recent books

This commit is contained in:
Pierre Labastie 2023-11-18 07:47:29 +01:00
parent 67ca47e5f8
commit c5f4ef3d5e

View file

@ -302,7 +302,7 @@ cd $SRC_DIR</xsl:text>
<xsl:apply-templates select="bridgehead[@renderas='sect3']"/> <xsl:apply-templates select="bridgehead[@renderas='sect3']"/>
</xsl:when><!-- @role="package" --> </xsl:when><!-- @role="package" -->
<xsl:when test="@role = 'qt4-prefix' or @role = 'qt5-prefix'"> <xsl:when test="@role = 'qt5-prefix' or @role = 'qt6-prefix'">
<xsl:apply-templates select=".//screen[./userinput]"/> <xsl:apply-templates select=".//screen[./userinput]"/>
</xsl:when> </xsl:when>