From 0c068205df5299fa41bce8ac33acdc9cfa5e7c6a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 14 Mar 2017 23:12:18 -0400 Subject: [PATCH] doc: Fix TOC generation for refentries The XSLT stylesheets by default don't show refentries inside sections in table of contents, which for our documentation leads to some regressions compared to the DSSSL output. For example, in the SPI chapter, which is mostly refentries, you don't get any usable table of contents. Tweak things so it's mostly back to what it was before. --- doc/src/sgml/stylesheet.xsl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/src/sgml/stylesheet.xsl b/doc/src/sgml/stylesheet.xsl index 42e8cce3688..efcb80ffca2 100644 --- a/doc/src/sgml/stylesheet.xsl +++ b/doc/src/sgml/stylesheet.xsl @@ -63,6 +63,18 @@ section toc set toc,title + + + + + + + + + + +