pgsql: doc: Work around stylesheet bug for man build

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Work around stylesheet bug for man build
Date: 2014-08-17 13:27:15
Message-ID: E1XJ0UN-00013T-0F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Work around stylesheet bug for man build

The upstream stylesheets for man output insert a *roff comment for an
occurrence of an indexterm, for reasons that have apparently been lost
in history. This, however, is done incorrectly and causes some
formatting problems. This hasn't been an issue until now, but the
reorganization of indexterm elements inside variablelists has triggered
this issue.

The upstream fix (http://sourceforge.net/p/docbook/bugs/1340/) is to
drop indexterms altogether in man output, and so we'll do the same here.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3d5ba5395aa0437c45441d2ca7b0973cbd060305

Modified Files
--------------
doc/src/sgml/stylesheet-man.xsl | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-08-17 15:55:09 Re: Re: pgsql: Cosmetic improvements in plpython's make rule for libpython impo
Previous Message Andres Freund 2014-08-17 12:15:38 Re: pgsql: Break out OpenSSL-specific code to separate files.