Re: need xmllint on borka - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: need xmllint on borka
Date
Msg-id 1399429219.5361.10.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: need xmllint on borka  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: need xmllint on borka
run xmllint during build (was Re: need xmllint on borka)
List pgsql-hackers
On Thu, 2014-05-01 at 22:51 -0400, Tom Lane wrote:
> > But we don't have xmllint installed on borka, where we build the
> > releases.  Could someone please install it?
> 
> -1.  Doesn't this break "make man" for *any* hacker who doesn't have
> xmllint installed?
> 
> Please change the patch so that it runs xmllint if available, rather
> than turning it into a de facto requirement for anybody who works on
> documentation.

The intention is that we enforce that the documentation is correctly
formatted.  Enforcing that only when the required tool is installed is
the same as not enforcing it and annoying those who happen to have the
tool installed.

> Or if you think you can pass a vote to require it,
> I'd suggest that the patch had better include documentation additions
> listing this as a required build tool.

Agreed.  I have committed the SGML changes that make things valid now,
but I will postpone the xmllint addition until the 9.5 branch, complete
with more documentation.





pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: tests for client programs
Next
From: Fabrízio de Royes Mello
Date:
Subject: Re: New pg_lsn type doesn't have hash/btree opclasses