pgsql: Remove use of Jade and DSSSL

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove use of Jade and DSSSL
Date: 2017-04-07 02:17:57
Message-ID: E1cwJTJ-0007f6-0h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove use of Jade and DSSSL

All documentation is now built using XSLT. Remove all references to
Jade, DSSSL, also JadeTex and some other outdated tooling.

For chunked HTML builds, this changes nothing, but removes the
transitional "oldhtml" target. The single-page HTML build is ported
over to XSLT. For PDF builds, this removes the JadeTex builds and moves
the FOP builds in their place.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/510074f9f0131a04322d6a3d2a51c87e6db243f9

Modified Files
--------------
config/docbook.m4 | 62 ---
configure | 180 ++-----
configure.in | 4 +-
doc/src/sgml/.gitignore | 8 -
doc/src/sgml/Makefile | 174 ++-----
doc/src/sgml/docguide.sgml | 619 ++++--------------------
doc/src/sgml/filelist.sgml | 12 -
doc/src/sgml/fixrtf | 46 --
doc/src/sgml/install-windows.sgml | 10 -
doc/src/sgml/jadetex.cfg | 89 ----
doc/src/sgml/postgres.sgml | 3 +-
doc/src/sgml/stylesheet-html-common.xsl | 266 +++++++++++
doc/src/sgml/stylesheet-html-nochunk.xsl | 12 +
doc/src/sgml/stylesheet.dsl | 798 -------------------------------
doc/src/sgml/stylesheet.xsl | 255 +---------
src/Makefile.global.in | 5 +-
16 files changed, 468 insertions(+), 2075 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2017-04-07 02:22:36 pgsql: Make json_populate_record and friends operate recursively
Previous Message Tom Lane 2017-04-07 01:10:34 pgsql: Clean up after insufficiently-researched optimization of tuple c