| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Create INSTALL file via XSLT |
| Date: | 2017-03-08 13:55:53 |
| Message-ID: | E1clc4H-0006pF-7d@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(at)hagander(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2017-03-08 14:38:19 | Re: pgsql: Create INSTALL file via XSLT |
| Previous Message | Peter Eisentraut | 2017-03-08 13:33:01 | Re: [COMMITTERS] pgsql: Use asynchronous connect API in libpqwalreceiver |