From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgreSQL(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net> |
Subject: | Re: "make install" now tries to build the documentation |
Date: | 2009-08-18 16:10:01 |
Message-ID: | 4A8AD259.1050306@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> Sometime since Friday, somebody (probably Peter) "fixed" things so that
> "make install" at the top level of the tree insists on building the SGML
> documentation first. I regard this as utterly unacceptable; if I'm just
> trying to build a new test installation (which I often do multiple times
> per day), I do not wish to wait around for the SGML docs to be built.
> Please fix. Maybe installing the docs could be conditional on having
> done "make distprep", instead?
>
>
>
Doesn't seem to be happening for me:
shows this at the top:
make -C doc install
make[1]: Entering directory `/home/andrew/bf/root/HEAD/pgsql.13422/doc'
make -C src install
make[2]: Entering directory `/home/andrew/bf/root/HEAD/pgsql.13422/doc/src'
make -C sgml install
make[3]: Entering directory `/home/andrew/bf/root/HEAD/pgsql.13422/doc/src/sgml'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/andrew/bf/root/HEAD/pgsql.13422/doc/src/sgml'
make[2]: Leaving directory `/home/andrew/bf/root/HEAD/pgsql.13422/doc/src'
make[1]: Leaving directory `/home/andrew/bf/root/HEAD/pgsql.13422/doc'
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Stark | 2009-08-18 16:15:39 | Re: PQgetlength vs. octet_length() |
Previous Message | Tom Lane | 2009-08-18 16:03:50 | Re: "make install" now tries to build the documentation |