Re: run xmllint during build (was Re: need xmllint on borka)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: run xmllint during build (was Re: need xmllint on borka)
Date: 2014-08-21 19:45:05
Message-ID: 53F64C41.1030604@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 8/21/14 5:12 AM, Fabien COELHO wrote:
> Also, a general comment, which is independent of this patch: I found the
> documentation build especially not resilient, with a lack of clear error
> messages when something is broken. Basically, if configure does not
> found something for the doc (openjade, osx, xmllint, ...) it does not
> complain. That is fine with me, people would not always want to build
> the doc anyway as it is available online. However, the Makefile in
> doc/src/sgml overrides the not found commands (ifndef JADE JADE=...,
> etc), and proceed to unhelpful and unclear errors later on. ISTM that it
> may be more helful to do:
>
> ifndef JADE
> #error "no jade found on your system, cannot generate the documention"
> endif

We could use $(missing) for that, which is already used for bison, flex,
and perl.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2014-08-21 19:50:40 Re: Enable WAL archiving even in standby
Previous Message Peter Eisentraut 2014-08-21 19:41:55 Re: run xmllint during build (was Re: need xmllint on borka)