Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2013-10-16 02:54:36 +0000
committerPeter Eisentraut2013-10-16 02:54:36 +0000
commit90c7b7d16bb3a90fc9168ff8942fbf78308e727d (patch)
tree55bfc228d0f2350bafa9122d0f4e481df7554bfa /doc/src/sgml/postgres.sgml
parentf918c52f65aa28fb8c00d3f7078ff7b4788929dc (diff)
doc: Enable book index in XSLT builds
The XSLT toolchain requires an empty <index> element where the index is supposed to appear. Add that with conditionals to hide it from the DSSSL build.
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r--doc/src/sgml/postgres.sgml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml
index 15e4ef641e7..522316c28e1 100644
--- a/doc/src/sgml/postgres.sgml
+++ b/doc/src/sgml/postgres.sgml
@@ -270,5 +270,6 @@
&biblio;
<![%include-index;[&bookindex;]]>
+ <![%include-xslt-index;[<index></index>]]>
</book>