Re: Patch: compiling the docs under Gentoo

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Patch: compiling the docs under Gentoo
Дата
Msg-id 20140130181131.GD10723@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на Patch: compiling the docs under Gentoo  (Christian Kruse <christian@2ndQuadrant.com>)
Список pgsql-hackers
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>

AFAICS this should be handled in config/docbook.m4 by adding
sgml/docbook/sgml-dtd-4.2 to the list already there.  Maybe a wildcard
could be used to avoid the version dependency, not sure.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Sergey Muraviov
Дата:
Сообщение: Re: extension_control_path
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: jsonb and nested hstore