[Gimp-docs] HTML building problem
Ulf-D. Ehlert
ude88 at web.de
Mon Aug 13 14:43:41 PDT 2007
Hi Marco,
Marco Ciampa (Montag, 13. August 2007, 21:54):
[...]
> yes but the generated html pages always refers to nonexistent images
> so the manual is unreadable if not installed (and I do _not_ want to
> install it every time I want to check my translation...)
html/images should be a symlink to images. Julien had the same problems
some days ago (see this thread). We added a line in Makefile.am:
# Main text
html/%/index.html: xml/%.xml stylesheets/plainhtml.xsl
rm -rf html/$*
$(mkdir_p) html/$*
test -d html/images || $(LN_S) $(abs_top_srcdir)/images html/
The line beginning with "test -d html/images ..." was added (with a
leading <TAB>), and it should work with automake 1.10. Don't forget to
re-run autogen.sh.
HTH.
Bye
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/20070813/6653f62c/attachment.bin
More information about the Gimp-docs
mailing list