Re: Patch: compiling the docs under Gentoo - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Patch: compiling the docs under Gentoo
Date
Msg-id 52FA905E.1040704@gmx.net
Whole thread Raw
In response to Patch: compiling the docs under Gentoo  (Christian Kruse <christian@2ndQuadrant.com>)
Responses Re: Patch: compiling the docs under Gentoo  (Christian Kruse <christian@2ndquadrant.com>)
List 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.)




pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Unhappy with error handling in psql's handleCopyOut()
Next
From: Tom Lane
Date:
Subject: Re: Unhappy with error handling in psql's handleCopyOut()