Changeset 71642ef for dump-commands.xsl


Ignore:
Timestamp:
10/01/2005 12:21:30 PM (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:
d310939
Parents:
3eb60fa
Message:

Trying to manage the retaining of Binutils pass1 and TCL sources, the run of the Adjusting phase, and the set of TCLPATH envar for Expect issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dump-commands.xsl

    r3eb60fa r71642ef  
    4545      <exsl:document href="{$dirname}/{$order}-{$filename}" method="text">
    4646        <xsl:text>#!/bin/sh&#xA;&#xA;</xsl:text>
    47         <xsl:if test="sect2[@role='installation'] and
     47        <xsl:if test="(sect2[@role='installation'] or
     48            @id='ch-tools-adjusting') and
    4849            ancestor::chapter[@id='chapter-temporary-tools']">
    4950          <xsl:text>cd $PKGDIR &amp;&amp;&#xA;</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.