From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: doc: Improve setup for documentation building with FOP |
Date: | 2013-10-21 10:45:32 |
Message-ID: | E1VYCzM-0002Si-25@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)2ndquadrant(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2013-10-21 19:00:59 | pgsql: Extend cube on-disk format to pack points more tightly. |
Previous Message | Peter Eisentraut | 2013-10-21 10:32:48 | pgsql: doc: Remove i18ngurus.com link |