Author: pierre
Date: Sun Sep 20 03:18:20 2015
New Revision: 3825

Log:
Add a new possibility for role tag in sect2

Modified:
   jhalfs/trunk/BLFS/xsl/scripts.xsl

Modified: jhalfs/trunk/BLFS/xsl/scripts.xsl
==============================================================================
--- jhalfs/trunk/BLFS/xsl/scripts.xsl   Sat Mar  7 14:05:24 2015        (r3824)
+++ jhalfs/trunk/BLFS/xsl/scripts.xsl   Sun Sep 20 03:18:20 2015        (r3825)
@@ -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
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to