Sven Neumann schreef:
> Hi,
>
> On Thu, 2009-06-18 at 11:05 -0400, Jay Smith wrote:
>
>
>> I know nothing of the workflow that results in the current HTML manual
>> format. It would seem to me that producing one or more other formats
>> should come out of that same workflow.
>>
>
> Indeed. The manual is written in Docbook/XML and you can get a variety
> of output formats from that source. If you checkout the gimp-help-2
> repository from git.gnome.org (I suggest to do a shallow clone due to
> the immense size of the project), then you will get the Docbook/XML
> sources, the images and a build system that spits out HTML and
> optionally PDF or ODF.
>
> Here's what I did to get a PDF version of the english user manual:
>
> git clone --depth=0 git://git.gnome.org/gimp-help-2
> cd gimp-help-2
> ./autogen.sh
> LINGUAS=en make
> LINGUAS=en make pdf-local
>
> And to check the result:
>
> pdfinfo pdf/en/gimp.pdf
>
> Title: GNU Image Manipulation Program
> Subject:
> Keywords:
> Author:
> Creator: DBLaTeX-0.2.10-1
> Producer: pdfTeX-1.40.3
> CreationDate: Thu Jun 18 23:57:05 2009
> ModDate: Thu Jun 18 23:57:05 2009
> Tagged: no
> Pages: 849
> Encrypted: no
> Page size: 595.276 x 841.89 pts (A4)
> File size: 39395416 bytes
> Optimized: no
> PDF version: 1.4
>
>
> Sven
>
>
> _______________________________________________
> Gimp-user mailing list
> [email protected]
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>
Hi,
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?
regards, Jogchum
_______________________________________________
Gimp-user mailing list
[email protected]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user