Changeset d310939 for dump-commands.xsl


Ignore:
Timestamp:
10/02/2005 09:14:02 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
3cfe871
Parents:
71642ef
Message:

Making the packages dowload and testsuites run optional.
Added a switch to desactivate the automatic run of make.
Fixed some oustanding bugs and chapter05 issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dump-commands.xsl

    r71642ef rd310939  
    6262          <xsl:apply-templates select="userinput" mode="screen"/>
    6363          <xsl:if test="position() != last() and
    64               not(contains(string(),'EOF'))">
     64              not(contains(string(),'EOF')) and
     65              not(contains(string(),'check')) and
     66              not(ancestor::sect1[@id='ch-tools-stripping'])">
    6567            <xsl:text> &amp;&amp;</xsl:text>
    6668          </xsl:if>
     
    7274
    7375  <xsl:template match="para/userinput">
    74     <xsl:if test="$testsuite = '0' and (contains(string(),'test') or
     76    <xsl:if test="$testsuite != '0' and (contains(string(),'test') or
    7577        contains(string(),'check'))">
    7678      <xsl:value-of select="substring-before(string(),'make')"/>
    7779      <xsl:text>make -k</xsl:text>
    7880      <xsl:value-of select="substring-after(string(),'make')"/>
    79       <xsl:text> &amp;&amp;&#xA;</xsl:text>
     81      <xsl:text> &#xA;</xsl:text>
    8082    </xsl:if>
    8183  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.