Merged r2891:2893 from experimental.

This commit is contained in:
Manuel Canales Esparcia 2006-08-06 08:53:03 +00:00
parent 2dd88c4f12
commit f3fcecc358
2 changed files with 4 additions and 3 deletions

View file

@ -138,10 +138,11 @@
<xsl:template match="replaceable">
<xsl:choose>
<xsl:when test="ancestor::sect1[@id='ch-system-glibc']">
<xsl:when test="ancestor::sect1[@id='ch-cross-tools-glibc']">
<xsl:value-of select="$timezone"/>
</xsl:when>
<xsl:when test="ancestor::sect1[@id='ch-system-groff']">
<xsl:when test="ancestor::sect1[@id='ch-cross-tools-groff'] or
ancestor::sect1[@id='ch-system-groff']">
<xsl:value-of select="$page"/>
</xsl:when>
<xsl:when test="ancestor::sect1[@id='ch-bootable-kernel']">

View file

@ -182,7 +182,7 @@ cross_tools_Makefiles() { #
esac
#
# Set the dependency for the first target.
if [ -z $PREV ] ; then PREV=026-settingenvironment ; fi
if [ -z $PREV ] ; then PREV=028-creating-sysfile ; fi
# First append each name of the script files to a list (this will become
# the names of the targets in the Makefile