Hi,

On Sat, 2009-06-20 at 21:35 +0200, Jogchum Reitsma wrote:

> Seems a perfect solution, be it that in my case (Suse 11.1), the first
> make fails with
> 
>     *** Making html for en ...
>     /usr/bin/xsltproc \
>               --nonet  \
>               --xinclude \
>               --stringparam l10n.gentext.default.language en \
>               -o html/en/ \
>               stylesheets/plainhtml.xsl \
>               xml/en/gimp.xml
>     I/O error : Attempt to load network entity
>     http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl
>     warning: failed to load external entity
>     "http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl";
>     compilation error: file stylesheets/plainhtml.xsl line 8 element import
>     xsl:import : unable to load
>     http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl
>     make[1]: *** [html/en/index.html] Fout 5
> 
> The URL is accessable in a browser, so that's not the problem.
> 
> Any idea what that might be?

Your installation of the Docbook tools is incomplete. The make rules
explicitly disable the use of non-local style-sheets (that's what
--nonet does), so you need to have a complete Docbook/XML installation
locally.


Sven


_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to