pgsql: Create INSTALL file via XSLT
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(-)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
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
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
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
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers