Re: Need --without-docs build switch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Need --without-docs build switch
Date: 2009-12-10 18:03:56
Message-ID: 25877.1260468236@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Josh Berkus <josh(at)agliodbs(dot)com> writes:
> Testing Alpha2 with the Exclusion Constraints patch on Mac recently
> forced me to edit the makefiles to remove the make docs statements.

How so? The make process does not try to build the docs unless you
specifically tell it to.

> Given that, we should have a --without-docs build switch which allows us
> to disable the doc build.

This is already the default behavior...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2009-12-10 18:10:24 Re: tsearch parser inefficiency if text includes urls or emails - new version
Previous Message Josh Berkus 2009-12-10 17:59:44 Need --without-docs build switch