pgsql: doc: Improve setup for documentation building with FOP - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Improve setup for documentation building with FOP
Date
Msg-id E1VYCzM-0002Si-25@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a5963efa8f2b46700c0591281c57aeea3d429c34

Modified Files
--------------
doc/src/sgml/Makefile          |   18 +++++++++++++++---
doc/src/sgml/geqo.sgml         |   24 ------------------------
doc/src/sgml/nls.sgml          |    7 -------
doc/src/sgml/stylesheet-fo.xsl |   12 ++++++++++++
4 files changed, 27 insertions(+), 34 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Remove i18ngurus.com link
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Extend cube on-disk format to pack points more tightly.