Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11503 - main/trunk/doc
Date: Thu, 11 Sep 2008 05:50:45
Message-Id: E1Kdf4l-0004br-5m@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-09-11 05:50:42 +0000 (Thu, 11 Sep 2008)
3 New Revision: 11503
4
5 Modified:
6 main/trunk/doc/custom.xsl
7 Log:
8 Adjust chunk.section.depth and generate.section.toc.level so that the EAPI 2
9 draft docs appear on a single page which includes it's own table of contents.
10
11
12 Modified: main/trunk/doc/custom.xsl
13 ===================================================================
14 --- main/trunk/doc/custom.xsl 2008-09-11 05:03:35 UTC (rev 11502)
15 +++ main/trunk/doc/custom.xsl 2008-09-11 05:50:42 UTC (rev 11503)
16 @@ -1,3 +1,5 @@
17 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
18 <xsl:param name="toc.section.depth" select="20"/>
19 +<xsl:param name="chunk.section.depth" select="2"/>
20 +<xsl:param name="generate.section.toc.level" select="2"/>
21 </xsl:stylesheet>