]> granicus.if.org Git - postgresql/commit
doc: Improve setup for documentation building with FOP
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 11 Sep 2013 14:20:27 +0000 (10:20 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 21 Oct 2013 10:43:08 +0000 (06:43 -0400)
commita5963efa8f2b46700c0591281c57aeea3d429c34
tree7e0aef261534a214da7668d23be57009385043dd
parent709170b790c11b4012004a6baf11a0fc6ec950de
doc: Improve setup for documentation building with FOP

Add a makefile rule for building PDFs with FOP.  Two new build targets
in doc/src/sgml are postgres-A4-fop.pdf and postgres-US-fop.pdf.

Run .fo output through xmllint for reformatting, so that errors are
easier to find.  (The default output has hardly any line breaks, so you
might be looking for an error in column 20000.)

Set some XSLT parameters to optimize for building with FOP.

Remove some redundant or somewhat useless chapterinfo/author
information, because it renders strangely with the FO stylesheet.

Reviewed-by: Álvaro Herrera <alvherre@2ndquadrant.com>
doc/src/sgml/Makefile
doc/src/sgml/geqo.sgml
doc/src/sgml/nls.sgml
doc/src/sgml/stylesheet-fo.xsl