CLFS2: fixed Groff installation.
This commit is contained in:
parent
d39035cbfe
commit
b33a57b985
1 changed files with 2 additions and 1 deletions
|
@ -141,7 +141,8 @@
|
||||||
<xsl:when test="ancestor::sect1[@id='ch-cross-tools-glibc']">
|
<xsl:when test="ancestor::sect1[@id='ch-cross-tools-glibc']">
|
||||||
<xsl:value-of select="$timezone"/>
|
<xsl:value-of select="$timezone"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="ancestor::sect1[@id='ch-cross-tools-groff']">
|
<xsl:when test="ancestor::sect1[@id='ch-cross-tools-groff'] or
|
||||||
|
ancestor::sect1[@id='ch-system-groff']">
|
||||||
<xsl:value-of select="$page"/>
|
<xsl:value-of select="$page"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="ancestor::sect1[@id='ch-bootable-kernel']">
|
<xsl:when test="ancestor::sect1[@id='ch-bootable-kernel']">
|
||||||
|
|
Reference in a new issue