pgsql: Use DocBook XSL stylesheets for man page building This switches

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use DocBook XSL stylesheets for man page building This switches
Date: 2009-08-04 22:04:37
Message-ID: 20090804220437.7614E75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-docs pgsql-hackers

Log Message:
-----------
Use DocBook XSL stylesheets for man page building

This switches the man page building process to use the DocBook XSL stylesheet
toolchain. The previous targets for Docbook2X are removed. configure has been
updated to look for the new tools. The Documentation appendix contains the
new build instructions. There are also a few isolated tweaks in the
documentation to improve places that came out strangely in the man pages.

Modified Files:
--------------
pgsql:
configure (r1.651 -> r1.652)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.651&r2=1.652)
configure.in (r1.607 -> r1.608)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.607&r2=1.608)
pgsql/config:
docbook.m4 (r1.10 -> r1.11)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/docbook.m4?r1=1.10&r2=1.11)
pgsql/doc/src/sgml:
Makefile (r1.119 -> r1.120)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.119&r2=1.120)
docguide.sgml (r1.76 -> r1.77)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/docguide.sgml?r1=1.76&r2=1.77)
postgres.sgml (r1.89 -> r1.90)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/postgres.sgml?r1=1.89&r2=1.90)
stylesheet-man.xsl (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/stylesheet-man.xsl?r1=1.1&r2=1.2)
trigger.sgml (r1.57 -> r1.58)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/trigger.sgml?r1=1.57&r2=1.58)
pgsql/doc/src/sgml/ref:
analyze.sgml (r1.26 -> r1.27)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/analyze.sgml?r1=1.26&r2=1.27)
pgsql/src:
Makefile.global.in (r1.254 -> r1.255)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in?r1=1.254&r2=1.255)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2009-08-04 23:43:19 Re: [COMMITTERS] pgsql: Use DocBook XSL stylesheets for man page building This switches
Previous Message Tom Lane 2009-08-04 21:56:09 pgsql: Fix pg_dump to do the right thing when escaping the contents of

Browse pgsql-docs by date

  From Date Subject
Next Message Alvaro Herrera 2009-08-04 23:43:19 Re: [COMMITTERS] pgsql: Use DocBook XSL stylesheets for man page building This switches
Previous Message Tom Lane 2009-08-03 18:51:02 Re: Question on example found at src/test of libpqxx 3.0

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Sabino Mullane 2009-08-04 22:06:37 Re: the case for machine-readable error fields
Previous Message Alvaro Herrera 2009-08-04 21:55:32 Re: head contrib is broken (crypto)