Date: Sun, 2 Jan 2000 13:37:51 +0000 (GMT) From: admin <admin@wtbwts.com> To: freebsd-doc@freebsd.org Subject: destination html files Message-ID: <Pine.BSF.4.10.10001021318270.7180-100000@server.b0x.com>
next in thread | raw e-mail | index | archive | help
In reference to section 6.3.1.1.3 of the docproj-primer, how does freebsd plan to include images in each chapter? Currently, when typing "make" in the /usr/doc/en_US-ISO_8859-1/, the appropriate html files are created in the same directories as the book.sgml files. If I were to include an image in a chapter directory, it would probably look something like this in the sgml source: <mediaobject> <imageobject> <imagedata fileref="image.gif" format="gif"> </imageobject> </mediaobject> The problem is that this code translated to html will result in: <p><img src="image.gif"></p> Now that's not right, is it? The html file is in the book.sgml directory whereas the image is in the chapter directory. How can this be fixed? Looking forward to your ideas, Marc Tardif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10001021318270.7180-100000>