[Gimp-docs] HTML building problem
Ulf-D. Ehlert
ude88 at web.de
Sat Aug 4 11:18:19 PDT 2007
Am Samstag, 4. August 2007 schrieb julien:
> On two different systems, the html/images folder is not created when
> making html and so there is no images in html files.
> What happens?
There's no make rule/command to create images.
Workaround/fix:
Edit Makefile.am, creating a shell command to make the missing link:
After
html/%/index.html: xml/%.xml stylesheets/plainhtml.xsl
add
<TAB>@test -d html/images || $(LN_S) $(abs_top_srcdir)/images html/
Then run autogen.sh, then pray, then run make.
Ulf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /lists/gimp-docs/attachments/20070804/8ef5a489/attachment.bin
More information about the Gimp-docs
mailing list