Changeset f3fcecc for CLFS2


Ignore:
Timestamp:
08/06/2006 08:53:03 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
4cbc48f
Parents:
2dd88c4
Message:

Merged r2891:2893 from experimental.

Location:
CLFS2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/clfs2.xsl

    r2dd88c4 rf3fcecc  
    139139  <xsl:template match="replaceable">
    140140    <xsl:choose>
    141       <xsl:when test="ancestor::sect1[@id='ch-system-glibc']">
     141      <xsl:when test="ancestor::sect1[@id='ch-cross-tools-glibc']">
    142142        <xsl:value-of select="$timezone"/>
    143143      </xsl:when>
    144       <xsl:when test="ancestor::sect1[@id='ch-system-groff']">
     144      <xsl:when test="ancestor::sect1[@id='ch-cross-tools-groff'] or
     145                      ancestor::sect1[@id='ch-system-groff']">
    145146        <xsl:value-of select="$page"/>
    146147      </xsl:when>
  • CLFS2/master.sh

    r2dd88c4 rf3fcecc  
    183183    #
    184184    # Set the dependency for the first target.
    185     if [ -z $PREV ] ; then PREV=026-settingenvironment ; fi
     185    if [ -z $PREV ] ; then PREV=028-creating-sysfile ; fi
    186186
    187187    # First append each name of the script files to a list (this will become
Note: See TracChangeset for help on using the changeset viewer.