Re: pgxs docdir question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Cc: PostgreSQL Hackers ML <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgxs docdir question
Date: 2010-10-11 17:30:50
Message-ID: 26400.1286818250@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= <devrim(at)gunduz(dot)org> writes:
> On Sun, 2010-09-19 at 17:36 -0400, Tom Lane wrote:
>>> While building 3rd party RPMs using PGXS, even if I specify docdir in
>>> Makefile, README.* files are installed to this directory, which breaks
>>> parallel installation path as of 9.0+

>> Maybe you need to fool with MODULEDIR. See
>> http://archives.postgresql.org/pgsql-committers/2010-01/msg00025.php

> Has anyone used this successfully? It did not work for me, and I'm
> hacking spec files in order to install docs under somewhere else.

I just tried it, and AFAICT the makefiles do honor "configure --docdir=PATH"
... what are you using exactly? What does "pg_config --docdir" report?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2010-10-11 17:34:51 Re: wip: functions median and percentile
Previous Message Robert Haas 2010-10-11 17:22:13 Re: patch: SQL/MED(FDW) DDL