From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Christian Kruse <christian(at)2ndQuadrant(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Patch: compiling the docs under Gentoo |
Date: | 2014-02-11 21:04:30 |
Message-ID: | 52FA905E.1040704@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 1/30/14, 2:42 AM, Christian Kruse wrote:
> + Since Gentoo often supports different versions of a package to be
> + installed you have to tell the PostgreSQL build environment where the
> + Docbook DTD is located:
> +<programlisting>
> +cd /path/to/postgresql/sources/doc
> +make DOCBOOKSTYLE=/usr/share/sgml/docbook/sgml-dtd-4.2
> +</programlisting>
This is wrong. DOCBOOKSTYLE points to the DSSSL style sheets, not the
DTD. The DTD should be found automatically using the SGML catalog
mechanism. (That's something that the package system should manage.)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2014-02-11 21:29:02 | Re: Unhappy with error handling in psql's handleCopyOut() |
Previous Message | Stephen Frost | 2014-02-11 20:53:36 | Re: Unhappy with error handling in psql's handleCopyOut() |