[Gimp-docs] Where have all my pictures gone?

Ulf-D. Ehlert ude88 at web.de
Thu May 28 13:24:21 PDT 2009


Kolbjørn Stuestøl (Donnerstag, 28. Mai 2009, 20:41):
> but when running
> make -f Makedile.GNU html-no
>
> there is still no "no" images addresses generated.

There are no "no" (or "C", "en", "de", ...) image addresses in your HTML 
files.

Your HTML file contains
	<img src="images/filters/options-logo-3d-outline.png" .../>
and in your HTML directory you have
	html/no/images/filters/options-logo-3d-outline.png
which is a link to
	images/no/filters/options-logo-3d-outline.png
if this file exists, or to
	images/C/filters/options-logo-3d-outline.png
otherwise.

When running
	make -f Makedile.GNU html-no
you should get a messages
	*** Copying images (no) ...
which is displayed when a program for creating the correct links is 
started.

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/20090528/a89befb2/attachment.bin 


More information about the Gimp-docs mailing list