Thread: [COMMITTERS] pgsql: Create INSTALL file via XSLT

[COMMITTERS] pgsql: Create INSTALL file via XSLT

From
Peter Eisentraut
Date:
Create INSTALL file via XSLT

As before, create an INSTALL.html file for processing with lynx, but use
xsltproc and a new XSLT stylesheet instead of jade and DSSSL.

Replacing jade with xsltproc removes jade from the requirements for
distribution building.

Reviewed-by: Magnus Hagander <magnus@hagander.net>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/044d9efb6c97d65247a1287e7676de0ee75b3cfe

Modified Files
--------------
doc/src/sgml/.gitignore          |  1 +
doc/src/sgml/Makefile            | 35 ++++++++------
doc/src/sgml/stylesheet-text.xsl | 98 ++++++++++++++++++++++++++++++++++++++++
doc/src/sgml/stylesheet.dsl      | 43 ------------------
4 files changed, 120 insertions(+), 57 deletions(-)


Re: [COMMITTERS] pgsql: Create INSTALL file via XSLT

From
Tom Lane
Date:
Peter Eisentraut <peter_e@gmx.net> writes:
> Replacing jade with xsltproc removes jade from the requirements for
> distribution building.

If we no longer need jade, surely we should remove the configure
infrastructure for finding it, as well as the assorted mentions of
it in docguide.sgml and elsewhere.

            regards, tom lane


Re: [COMMITTERS] pgsql: Create INSTALL file via XSLT

From
Peter Eisentraut
Date:
On 3/8/17 09:38, Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
>> Replacing jade with xsltproc removes jade from the requirements for
>> distribution building.
>
> If we no longer need jade, surely we should remove the configure
> infrastructure for finding it, as well as the assorted mentions of
> it in docguide.sgml and elsewhere.

Yeah, that should be cleaned up before the release.  Right now, we're
still supporting it for PDF builds and "oldhtml".  oldhtml should go
away before the release, too.


--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services