Hi,
This fails when there’s no catalog to map the URL to a local resource. I remember from the 1.10 days this was somewhat tricky to get right.
We used to have a catalog.xml in the repository, but it’s no more. So it has to come from the system itself now.
Thanks,
Jaap
> On 29 Apr 2017, at 05:18, Guy Harris <guy@xxxxxxxxxxxx> wrote:
> 
> docbook/Makefile.am says
> 
> 	SINGLE_XSLTPROC_ARGS = \
> 		--nonet http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
> 
> 	CHUNKED_XSLTPROC_ARGS = \
> 		--nonet http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
> 
> which seems to say "use this URL, but don't actually treat it as a *URL* for something on the net".
> 
> This causes make to fail, out of the box, in the docbook directory on my machine.