Re: Add subdirectory support for DATA/DOCS with PGXS
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Cc: Alvaro Herrera <alvherre@commandprompt.com>, pgsql-hackers@postgresql.org
Date: 2010-01-02T19:41:16Z
Lists: pgsql-hackers
Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> writes: > Please find the revised v2 patch attached for comment. The one thing I > have done is separated out the moduledir variable into datamoduledir and > docmoduledir so there is a little bit of wiggle room if someone needs to > install DATA items and DOCS items in different locations. Why do DOCS still go into doc/contrib? Shouldn't that become doc/$MODULEDIR for consistency? regards, tom lane