summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xtools/user_guide_common.xsl3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 90b91b2..3b6ca48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-27 Petr Kovar <pknbe@volny.cz>
+
+ * tools/user_guide_common.xsl: Generate ToC also for qandaset.
+
2009-08-12 Petr Kovar <pknbe@volny.cz>
* Makefile: Add the 'faq_chunks.xsl' stylesheet.
diff --git a/tools/user_guide_common.xsl b/tools/user_guide_common.xsl
index 7270fab..50a1a69 100755
--- a/tools/user_guide_common.xsl
+++ b/tools/user_guide_common.xsl
@@ -67,13 +67,14 @@
<xsl:param name="label.from.part">0</xsl:param>
-<!-- Generate ToC for book, article, chapter and appendix -->
+<!-- Generate ToC for book, article, chapter, qandaset and appendix -->
<xsl:param name="generate.toc">
appendix toc
article toc
book toc,figure
chapter toc
+ qandaset toc
</xsl:param>
<!-- Indent between levels of the ToC..: 10 -->