summaryrefslogtreecommitdiffstats
path: root/doc/custom.xsl
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-09-04 03:45:13 +0000
committerZac Medico <zmedico@gentoo.org>2008-09-04 03:45:13 +0000
commitd230f6cc13a5a785f82d0e6f9cfd93017160ca27 (patch)
treea6b4fb67e77feb0d8f80c7080e65f187e27f5121 /doc/custom.xsl
parent12c930bc3fb7e49b4ab45792284a85c5846ca80b (diff)
downloadportage-d230f6cc13a5a785f82d0e6f9cfd93017160ca27.tar.gz
portage-d230f6cc13a5a785f82d0e6f9cfd93017160ca27.tar.bz2
portage-d230f6cc13a5a785f82d0e6f9cfd93017160ca27.zip
Adjust toc.section.depth in the stylesheet so that deeper sections appear
in the table of contents. svn path=/main/trunk/; revision=11488
Diffstat (limited to 'doc/custom.xsl')
-rw-r--r--doc/custom.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/custom.xsl b/doc/custom.xsl
index e69de29bb..f1692b12f 100644
--- a/doc/custom.xsl
+++ b/doc/custom.xsl
@@ -0,0 +1,3 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+<xsl:param name="toc.section.depth" select="20"/>
+</xsl:stylesheet>