Re: run xmllint during build (was Re: need xmllint on borka) - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: run xmllint during build (was Re: need xmllint on borka)
Date
Msg-id 53F64C41.1030604@gmx.net
Whole thread Raw
In response to Re: run xmllint during build (was Re: need xmllint on borka)  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: run xmllint during build (was Re: need xmllint on borka)
Re: run xmllint during build (was Re: need xmllint on borka)
List 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.



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: run xmllint during build (was Re: need xmllint on borka)
Next
From: Robert Haas
Date:
Subject: Re: Enable WAL archiving even in standby