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.)



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to