Re: "make install" now tries to build the documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: "make install" now tries to build the documentation
Date: 2009-08-18 17:32:07
Message-ID: 1250616727.11241.5.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On tis, 2009-08-18 at 12:17 -0400, Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> > Tom Lane wrote:
> >> Please fix. Maybe installing the docs could be conditional on having
> >> done "make distprep", instead?
>
> > Doesn't seem to be happening for me:
> > <http://www.pgbuildfarm.org/cgi-bin/show_stage_log.pl?nm=dungbeetle&dt=2009-08-18%20064401&stg=make-install>
>
> It happens for me on my Fedora box, but not on my HPUX box. I suppose
> that the significant difference is the HPUX box doesn't have the docbook
> tools installed. If you have evidence to the contrary, maybe there's
> some subtle gmake version issue here?

Assuming no tool bugs, the only way I can see this happening is if you
already have built the documentation. Then, make install might cause it
to be re-built if dependencies require it.

make -n --debug -C doc install might help analyze it.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-08-18 17:34:17 Re: Another try at reducing repeated detoast work for PostGIS
Previous Message Josh Berkus 2009-08-18 17:00:27 Re: Index Selection Tool For PostgreSQL