At Sun, 08 Nov 2009 23:23:19 +0000, Neil Jerram wrote: > Unfortunately these changes don't completely work for me. I wonder if > that's because I'm using unhelpful versions of tex/texinfo.tex and > makeinfo? Hi Neil, I've looked into this now. Revised patches are attached. Sorry for the delay. > For me, with your changes in place... > Firstly, `make dvi' stops with.. Some of the files were missing, they also needed to be added to Makefile.am. > Secondly, `make html' generates HTML that doesn't include the .png > diagrams. Instead it just shows the .png filename, for example: This turns out to be a problem with makeinfo, which assumes that the HTML output is always in the current directory. It does not copy images into the target directory when it is different (I've checked the latest CVS for this). The attached patch number 0003 works around it with a conditional, so that the HTML includes the ASCII version. I think this is the best that is feasible with currently deployed versions of texinfo. I will see if I can make a patch to makeinfo for Karl to copy the images to the target directory to avoid the conditional. -- Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http://www.network-theory.co.uk/