pgsql: doc: Enable book index in XSLT builds - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Enable book index in XSLT builds
Date
Msg-id E1VWHPx-0001rz-4I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Enable book index in XSLT builds

The XSLT toolchain requires an empty <index> element where the index is
supposed to appear.  Add that with conditionals to hide it from the
DSSSL build.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/90c7b7d16bb3a90fc9168ff8942fbf78308e727d

Modified Files
--------------
doc/src/sgml/Makefile      |    2 +-
doc/src/sgml/filelist.sgml |    5 +++++
doc/src/sgml/postgres.sgml |    1 +
3 files changed, 7 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: docs: correct 9.1 and 9.2 release note mention of timeline switc
Next
From: Robert Haas
Date:
Subject: pgsql: initdb: Suppress dynamic shared memory when probing for max_conn