Re: HTML building problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Attachment: pgpbJihWhHkeS.pgp
Description: PGP signature

_______________________________________________
Gimp-docs mailing list
Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

[Index of Archives]     [Video For Linux]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [Scanners]     [GEGL]     [Gimp's Home]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux