| From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
|---|---|
| To: | Christian Kruse <christian(at)2ndQuadrant(dot)com> |
| Cc: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Patch: compiling the docs under Gentoo |
| Date: | 2014-01-30 18:11:32 |
| Message-ID: | 20140130181131.GD10723@eldon.alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2014-01-30 18:14:21 | Re: jsonb and nested hstore |
| Previous Message | Sergey Muraviov | 2014-01-30 18:06:57 | Re: extension_control_path |