aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Rodriguez Cuesta <jesusr@FreeBSD.org>2005-09-30 17:07:09 +0000
committerJesus Rodriguez Cuesta <jesusr@FreeBSD.org>2005-09-30 17:07:09 +0000
commit8e84d029fd21799e611174d72c2ec3077ea57942 (patch)
tree53e759d1535717b108c5c7a007d52c5b9831b576
parent7f6342e279b8ccc620539effb6dcc7c7e456b8c7 (diff)
Notes
-rw-r--r--es/includes.xsl6
1 files changed, 5 insertions, 1 deletions
diff --git a/es/includes.xsl b/es/includes.xsl
index 63244eba2f..4b75461e4c 100644
--- a/es/includes.xsl
+++ b/es/includes.xsl
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
-<!-- $FreeBSD: www/es/includes.xsl,v 1.5 2005/05/11 15:39:09 jcamou Exp $ -->
+<!-- $FreeBSD: www/es/includes.xsl,v 1.6 2005/06/29 20:40:28 jcamou Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@@ -154,6 +154,10 @@
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/errata.html</xsl:variable>
<xsl:variable name="u.rel.hardware">
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/hardware.html</xsl:variable>
+ <xsl:variable name="u.rel.installation">
+ <xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/installation.html</xsl:variable>
+ <xsl:variable name="u.rel.migration">
+ <xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/migration-guide.html</xsl:variable>
<xsl:variable name="u.rel.early">
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/early-adopter.html</xsl:variable>