Re: Patch: compiling the docs under Gentoo

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Patch: compiling the docs under Gentoo
Дата
Msg-id 52FA905E.1040704@gmx.net
обсуждение исходный текст
Ответ на Patch: compiling the docs under Gentoo  (Christian Kruse <christian@2ndQuadrant.com>)
Ответы Re: Patch: compiling the docs under Gentoo
Список 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 по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Unhappy with error handling in psql's handleCopyOut()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Unhappy with error handling in psql's handleCopyOut()