pgsql: Use DocBook XSL stylesheets for man page building This switches - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Use DocBook XSL stylesheets for man page building This switches
Date
Msg-id 20090804220437.7614E75331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix pg_dump to do the right thing when escaping the contents of
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Fixed copyright notice.