]> granicus.if.org Git - postgresql/commit
doc: Check DocBook XML validity during the build
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 21 Oct 2014 18:46:38 +0000 (14:46 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 21 Oct 2014 18:46:38 +0000 (14:46 -0400)
commit5d93ce2d0c619ba1b408eb749715e7223e23f6ae
tree716b47b289260f0ce50ff6de7a842c21616b2445
parentf43afbca701113fb6538e38e1f95666fb1910e2f
doc: Check DocBook XML validity during the build

Building the documentation with XSLT does not check the DTD, like a
DSSSL build would.  One can often get away with having invalid XML, but
the stylesheets might then create incorrect output, as they are not
designed to handle that.  Therefore, check the validity of the XML
against the DTD, using xmllint, during the build.

Add xmllint detection to configure, and add some documentation.

xmllint comes with libxml2, which is already in use, but it might be in
a separate package, such as libxml2-utils on Debian.

Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
configure
configure.in
doc/src/sgml/Makefile
doc/src/sgml/docguide.sgml
src/Makefile.global.in