Re: [docbook-apps] Image location
Hi, my directory setup is usually as follows (somewhat simplified): ~/mydoc/mydoc.xml ~/mydoc/Makefile ~/mydoc/images/myimage.png mydoc.xml then uses relative paths to specify the image: <imagedata align="center" scale="50" format="PNG" fileref="images/myimage.png"/> Makefile is set up to invoke xsltproc and fop as needed. In order to transform this document, I cd to ~/mydoc and run make pdf. That's about it. regards, Markus Quoting Lars Vogel <>: