On Sat, Jan 03, 2009 at 07:32:21PM +0100, paracetamolo wrote:
> relative doesn't work. No warning regarding images is given when I compile
> with:
> $ makeinfo --html --force --no-split documentation.texi -o documentation.html
> but in the resulting page instead of images there are simply the files name.
I cannot reproduce this. Everything works as expected with makeinfo
4.11 and with the current CVS version. I have this in the output:
<a name="test"></a><!-- @image{/home/oleg/test/img/test,, -->
<img src="./img/test.jpg" alt="./img/test.jpg">
What version of makeinfo do you use, and what <img> tag you get in
documentation.html?
Oleg