]> granicus.if.org Git - postgresql/commit
Remove use of Jade and DSSSL
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 7 Apr 2017 02:03:52 +0000 (22:03 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 7 Apr 2017 02:09:11 +0000 (22:09 -0400)
commit510074f9f0131a04322d6a3d2a51c87e6db243f9
treeb6506450917c99e63f5bab7360127fc15214e920
parent3f902354b08ac788600f0ae54fcbfc1d4e3ea765
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.
16 files changed:
config/docbook.m4
configure
configure.in
doc/src/sgml/.gitignore
doc/src/sgml/Makefile
doc/src/sgml/docguide.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/fixrtf [deleted file]
doc/src/sgml/install-windows.sgml
doc/src/sgml/jadetex.cfg [deleted file]
doc/src/sgml/postgres.sgml
doc/src/sgml/stylesheet-html-common.xsl [new file with mode: 0644]
doc/src/sgml/stylesheet-html-nochunk.xsl [new file with mode: 0644]
doc/src/sgml/stylesheet.dsl [deleted file]
doc/src/sgml/stylesheet.xsl
src/Makefile.global.in