Use DocBook XSL stylesheets for man page building

Peter Eisentraut <peter_e@gmx.net>

Commit: c29d7f02c27c72b01c4fa90e24c4d33b5078a169
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-08-04T22:04:37Z
Releases: 9.0.0
Use DocBook XSL stylesheets for man page building

This switches the man page building process to use the DocBook XSL stylesheet
toolchain.  The previous targets for Docbook2X are removed. configure has been
updated to look for the new tools.  The Documentation appendix contains the
new build instructions.  There are also a few isolated tweaks in the
documentation to improve places that came out strangely in the man pages.

Files

PathChange+/−
config/docbook.m4 modified +1 −30
configure modified +41 −30
configure.in modified +3 −3
doc/src/sgml/docguide.sgml modified +38 −54
doc/src/sgml/Makefile modified +15 −43
doc/src/sgml/postgres.sgml modified +3 −1
doc/src/sgml/ref/analyze.sgml modified +2 −2
doc/src/sgml/stylesheet-man.xsl modified +151 −9
doc/src/sgml/trigger.sgml modified +2 −2
src/Makefile.global.in modified +8 −9