From: Peter Eisentraut Date: Thu, 4 Jun 2015 00:19:47 +0000 (-0400) Subject: doc: Fix PDF build with FOP X-Git-Tag: REL9_5_ALPHA1~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afae1f78547b8ff02cd2d07fe845a28e37a3b272;p=postgresql doc: Fix PDF build with FOP Because of a bug in the DocBook XSL FO style sheet, an xref to a varlistentry whose term includes an indexterm fails to build. One such instance was introduced in commit 5086dfceba79ecd5d1eb28b8f4ed5221838ff3a6. Fix by adding the upstream bug fix to our customization layer. --- diff --git a/doc/src/sgml/stylesheet-fo.xsl b/doc/src/sgml/stylesheet-fo.xsl index ad26a5abbe..434e69d8e3 100644 --- a/doc/src/sgml/stylesheet-fo.xsl +++ b/doc/src/sgml/stylesheet-fo.xsl @@ -24,4 +24,11 @@ + + + + + + +