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