2010/10/8 Graham Percival <[email protected]>: > On Fri, Oct 08, 2010 at 10:07:00AM +0200, Francisco Vila wrote: >> 2010/10/7 Graham Percival <[email protected]>: >> >> > 2) texinfo finds the .eps, converts it into the appropriate output >> > format, but puts it in the wrong directory. >> >> It's not being converted to any other than PDF. > > Ok. So what's wrong with > Documentation/pictures/GNUmakefile > ? I see an: > OUT_BITMAP_IMAGES += $(EPS_ILLUSTRATIONS:%.pdf=$(outdir)/%.png) > > Is that rule not getting triggered? Is it getting triggered, but > failing for some reason, and that failure isn't stopping the > build? etc.
It should be OUT_BITMAP_IMAGES += $(EPS_ILLUSTRATIONS:%.eps=$(outdir)/%.png) instead. I'll push a patch as soon as I'd verified that the resulting output is right. Thank you for the hints -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz.com _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
