[debian-edu-commits] debian-edu/ 01/01: dblatex.xsl: limit TOC depth to 3.

Holger Levsen holger at layer-acht.org
Wed Aug 3 17:29:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository debian-edu-doc.

commit 13fbe108256fa58cd9a66123680c6bded9aade22
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Aug 3 19:29:42 2016 +0200

    dblatex.xsl: limit TOC depth to 3.
---
 debian/changelog                 | 2 +-
 documentation/common/dblatex.xsl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 933e107..740bb17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 debian-edu-doc (1.904~20160804) UNRELEASED; urgency=medium
 
-  * no changes yet…
+  * dblatex.xsl: limit TOC depth to 3.
 
  -- Holger Levsen <holger at debian.org>  Wed, 03 Aug 2016 18:06:25 +0200
 
diff --git a/documentation/common/dblatex.xsl b/documentation/common/dblatex.xsl
index 223c87e..aa18a21 100644
--- a/documentation/common/dblatex.xsl
+++ b/documentation/common/dblatex.xsl
@@ -19,5 +19,5 @@
     </xsl:otherwise>
    </xsl:choose>
   </xsl:param>
-
+  <xsl:param name="toc.section.depth">3</xsl:param>
 </xsl:stylesheet>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-doc.git



More information about the debian-edu-commits mailing list