[Gimp-docs] make pdf

Ulf-D. Ehlert ude88 at web.de
Fri Mar 20 12:23:17 PDT 2009


Hi Julien,

julien (Freitag, 20. März 2009, 07:30):
> But I get other problems. Here are my attempts for pdf-en and pdf-de:
>
>
> ~/SVN-commit/trunk> make pdf-en
> *** Copying images (en) ...
> *** Making PDF (en) ...
[...]
> ... A long list of not found images (I have these images in
> xml/en/images)...

Same here. Seems that there are some problems with the links in xml/en 
(a dblatex bug?). I will try to find out what's going on. Maybe we have 
to copy the xml files instead of symlinking.

> ~/SVN-commit/trunk> make pdf-de
> POT] pot/gimp.pot
> [PO]  po/de/gimp.po
> 67 messages translated, 243 messages not translated.
> [XML] xml/de/gimp.xml
> *** Copying images (de) ...
> *** Making PDF (de) ...
[...]
> Image '../images/toolbox/stock-tool-bucket-fill-22.png' not found
> Image 'images/toolbox/tool-options-Blur/Sharpen.png' not found
> Image 'images/toolbox/stock-move-16.png' not found
> Image '../images/filters/examples/voronoi.png' not found

Missing images starting with '../images' come from wrong image 
references in the po files. (When I changed the images references 
from "../imges/..." to "images/...", I wasn't aware of the fact that 
some translations contained references too...)

You will find those translations with
	grep -nrE --exclude='.svn' '\.\./images' po/fr
and have to update the msgstr.

"tool-options-Blur/Sharpen.png" is a broken link (obviously a 
find-and-replace error), I've fixed this; "stock-move-16.png" is indeed 
missing.

> gimp_tmp.tex:176: Unknown graphics extension:
> .6-empty-image-window.png. gimp_tmp.tex:176: leading text: }{}
[...]

These are new errors. Since making pdf worked for me a few weeks ago, I 
tried to remove theses files (images/C/using/2.6-*) and was able to 
build PDF (de) then.

So this looks like a dblatex bug. Rename these files (e.g. 
remove "2.6-") and try it again. If this works, change the files in the 
SVN repository as well.

Bye,
Ulf

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : /lists/gimp-docs/attachments/20090320/93b42c5c/attachment.bin 


More information about the Gimp-docs mailing list