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

From Alvaro Herrera
Subject Re: Patch: compiling the docs under Gentoo
Date
Msg-id 20140130181131.GD10723@eldon.alvh.no-ip.org
Whole thread Raw
In response to Patch: compiling the docs under Gentoo  (Christian Kruse <christian@2ndQuadrant.com>)
List 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 by date:

Previous
From: Sergey Muraviov
Date:
Subject: Re: extension_control_path
Next
From: Andrew Dunstan
Date:
Subject: Re: jsonb and nested hstore