Re: Build problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Manfred Koizar <mkoi-pg(at)aon(dot)at>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Build problems
Date: 2004-05-23 14:57:36
Message-ID: 23727.1085324256@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Manfred Koizar <mkoi-pg(at)aon(dot)at> writes:
> On Sun, 23 May 2004 02:39:41 -0400, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> I'm not quite
>> sure what --without-docdir should mean ... if it's not a complete no-op
>> it seems like it ought to specify not installing docs at all.

> --without-docdir do not install the documentation

> In doc/Makefile we have:
> ...
> ifneq ($(wildcard $(srcdir)/postgres.tar.gz),)
> ifneq (,$(docdir))
> found_html := yes
> endif
> endif

Okay, I see: this code is using docdir = empty to represent
--without-docdir, so we have to maintain that state in Makefile.global.
Got it now. But I wonder how much Peter could have tested
--without-docdir when he added it recently, because AFAICS it could
not have worked at all. The code to add /postgresql to docdir has
been there right along.

> src/bin/psql/psqlscan.c couldn't be compiled, it complained about
> several missing .h files.

Hmph. Works for me. Possibly a compiler-specific issue?

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-05-23 15:40:29 Re: Build problems
Previous Message Tom Lane 2004-05-23 06:39:41 Re: Build problems