Fixed compilation of keymap into the kernel for CLFS.

This commit is contained in:
Manuel Canales Esparcia 2006-07-13 18:31:49 +00:00
parent 7eb9402d4d
commit 7d1f8625b3

View file

@ -230,6 +230,10 @@
<xsl:when test="ancestor::sect1[@id='ch-system-groff']">
<xsl:value-of select="$page"/>
</xsl:when>
<xsl:when test="ancestor::sect1[@id='ch-boot-kernel'] or
ancestor::sect1[@id='ch-bootable-kernel']">
<xsl:value-of select="$keymap"/>
</xsl:when>
<xsl:otherwise>
<xsl:text>**EDITME</xsl:text>
<xsl:apply-templates/>