Fix to track last book tagging change.
This commit is contained in:
parent
4afcedbec9
commit
81a7fb83ac
1 changed files with 3 additions and 9 deletions
12
LFS/lfs.xsl
12
LFS/lfs.xsl
|
@ -142,15 +142,6 @@
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
<xsl:text>
fi
</xsl:text>
|
<xsl:text>
fi
</xsl:text>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<!-- Setting $LANG for /etc/profile -->
|
|
||||||
<xsl:when test="ancestor::sect1[@id='ch-scripts-profile'] and
|
|
||||||
contains(string(),'export LANG=')">
|
|
||||||
<xsl:value-of select="substring-before(string(),'export LANG=')"/>
|
|
||||||
<xsl:text>export LANG=</xsl:text>
|
|
||||||
<xsl:value-of select="$lang"/>
|
|
||||||
<xsl:value-of select="substring-after(string(),'modifiers>')"/>
|
|
||||||
<xsl:text>
</xsl:text>
|
|
||||||
</xsl:when>
|
|
||||||
<!-- Copying the kernel config file -->
|
<!-- Copying the kernel config file -->
|
||||||
<xsl:when test="string() = 'make mrproper'">
|
<xsl:when test="string() = 'make mrproper'">
|
||||||
<xsl:text>make mrproper
</xsl:text>
|
<xsl:text>make mrproper
</xsl:text>
|
||||||
|
@ -307,6 +298,9 @@
|
||||||
<xsl:when test="ancestor::sect1[@id='ch-system-groff']">
|
<xsl:when test="ancestor::sect1[@id='ch-system-groff']">
|
||||||
<xsl:value-of select="$page"/>
|
<xsl:value-of select="$page"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
<xsl:when test="contains(string(.),'<ll>_<CC>')">
|
||||||
|
<xsl:value-of select="$lang"/>
|
||||||
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:text>**EDITME</xsl:text>
|
<xsl:text>**EDITME</xsl:text>
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
|
|
Reference in a new issue