[COMMITTERS] pgsql: Remove use of Jade and DSSSL - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Remove use of Jade and DSSSL
Date
Msg-id E1cwJTJ-0007f6-0h@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Clean up after insufficiently-researched optimization of tuplec
Next
From: Andrew Dunstan
Date:
Subject: [COMMITTERS] pgsql: Make json_populate_record and friends operate recursively