Ignore:
Timestamp:
08/13/2019 03:28:49 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
c992876
Parents:
7933ed7
Message:

BLFS/xsl: refactor the generation of installation instructions, owing to
the new remap="test/doc" attributes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/scripts.xsl

    r7933ed7 r8fc6a47  
    146146unset MAKELEVEL
    147147</xsl:text>
    148 <!-- the above is needed for some packages -->
     148<!-- Unsetting MAKELEVEL is needed for some packages which assume that
     149     their top level Makefile is at level zero -->
    149150      <xsl:choose>
    150151        <!-- Package page -->
     
    584585  </xsl:template>
    585586
     587<!-- Templates for bootscripts/units installation -->
    586588  <xsl:template name="set-bootpkg-dir">
    587589    <xsl:param name="bootpkg" select="'bootscripts'"/>
     
    741743  </xsl:template>
    742744
    743   <xsl:template match="userinput">
     745  <xsl:template match="userinput|command">
    744746    <xsl:text>
    745747</xsl:text>
     
    882884
    883885  <xsl:template match="userinput" mode="destdir">
     886    <xsl:text>
     887</xsl:text>
    884888    <xsl:choose>
    885889      <xsl:when test="./literal">
Note: See TracChangeset for help on using the changeset viewer.