[COMMITTERS] pgsql: Remove use of Jade and DSSSL

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Remove use of Jade and DSSSL
Дата
Msg-id E1cwJTJ-0007f6-0h@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Clean up after insufficiently-researched optimization of tuplec
Следующее
От: Andrew Dunstan
Дата:
Сообщение: [COMMITTERS] pgsql: Make json_populate_record and friends operate recursively