Remove use of Jade and DSSSL

Peter Eisentraut <peter_e@gmx.net>

Commit: 510074f9f0131a04322d6a3d2a51c87e6db243f9
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-04-07T02:09:11Z
Releases: 10.0
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.

Files

PathChange+/−
config/docbook.m4 modified +0 −62
configure modified +44 −136
configure.in modified +1 −3
doc/src/sgml/docguide.sgml modified +96 −523
doc/src/sgml/filelist.sgml modified +0 −12
doc/src/sgml/fixrtf deleted +0 −46
doc/src/sgml/.gitignore modified +0 −8
doc/src/sgml/install-windows.sgml modified +0 −10
doc/src/sgml/jadetex.cfg deleted +0 −89
doc/src/sgml/Makefile modified +46 −128
doc/src/sgml/postgres.sgml modified +1 −2
doc/src/sgml/stylesheet.dsl deleted +0 −798
doc/src/sgml/stylesheet-html-common.xsl added +266 −0
doc/src/sgml/stylesheet-html-nochunk.xsl added +12 −0
doc/src/sgml/stylesheet.xsl modified +1 −254
src/Makefile.global.in modified +1 −4

Documentation touched