summaryrefslogtreecommitdiff
path: root/master.xsl
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-14 15:01:11 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-14 15:01:11 -0600
commit7124f923924fae4b8de47be60017a247fb23b33c (patch)
tree9ce0a6c2d465947caa1aaf04c62f53ab4106885c /master.xsl
parenta0f079fba415ecd748632d41908dc5bc0c7e0b88 (diff)
downloaddocs-7124f923924fae4b8de47be60017a247fb23b33c.tar.gz
docs-7124f923924fae4b8de47be60017a247fb23b33c.tar.bz2
docs-7124f923924fae4b8de47be60017a247fb23b33c.tar.xz
docs-7124f923924fae4b8de47be60017a247fb23b33c.zip
Admin: ch07: don't put all these stupid sections in TOC
Diffstat (limited to 'master.xsl')
-rw-r--r--master.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/master.xsl b/master.xsl
index 85ebcb5..8bdfe49 100644
--- a/master.xsl
+++ b/master.xsl
@@ -19,6 +19,7 @@
<xsl:param name="page.margin.bottom" select="'9mm'"/>
<xsl:param name="page.margin.outer" select="'1cm'"/>
<xsl:param name="page.margin.top" select="'18mm'"/>
+ <xsl:template match="section[@role = 'NotInToc']" mode="toc"/>
<xsl:variable name="adelie.book.title">
<xsl:call-template name="get.doc.title"/>
</xsl:variable>