Whamcloud - gitweb
LUDOC-246 style: annotations in ToC of pdf 03/10803/3
authorRichard Henwood <richard.henwood@intel.com>
Tue, 24 Jun 2014 16:21:58 +0000 (11:21 -0500)
committerRichard Henwood <richard.henwood@intel.com>
Tue, 24 Jun 2014 22:22:00 +0000 (22:22 +0000)
Fix the missing annotations for Lustre >2.5 in the table of
contents of the pdf output.

Change-Id: I785ef3f4be6e994854b77639219404922c10cf77
Signed-off-by: Richard Henwood <richard.henwood@intel.com>
Reviewed-on: http://review.whamcloud.com/10803
Tested-by: Jenkins
style/customstyle_fo.xsl

index d30377a..5b172d3 100644 (file)
                        <xsl:when test="@condition='l23'">L 2.3</xsl:when>
                        <xsl:when test="@condition='l24'">L 2.4</xsl:when>
                        <xsl:when test="@condition='l25'">L 2.5</xsl:when>
+                       <xsl:when test="@condition='l26'">L 2.6</xsl:when>
+                       <xsl:when test="@condition='l27'">L 2.7</xsl:when>
+                       <xsl:when test="@condition='l28'">L 2.8</xsl:when>
+                       <xsl:when test="@condition='l29'">L 2.9</xsl:when>
                        <xsl:otherwise></xsl:otherwise>
                </xsl:choose>
        </xsl:variable>