pgsql: doc: Improve setup for documentation building with FOP

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: doc: Improve setup for documentation building with FOP
Дата
Msg-id E1VYCzM-0002Si-25@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Remove i18ngurus.com link
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Extend cube on-disk format to pack points more tightly.