<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Wed, 2010-01-20 at 21:34 -0800, Dan Nicholson wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Wed, Jan 20, 2010 at 5:10 PM, Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt; wrote:
&gt; On Wed, 2010-01-20 at 11:29 -0800, Alan Coopersmith wrote:
&gt;
&gt; Gaetan Nadon wrote:
&gt;&gt; It breaks the build under the default configure options
&gt;&gt; Cannot find anyone who can build it.
&gt;
&gt; I swear it worked when I added it - I'm not sure why or when it stopped.
&gt; Since the documentation is only useful to 3 or 4 people in the world,
&gt; it's not something I'm going to worry about.
&gt;
&gt; It's just the pdf format, the html and text format is still there. There are
&gt; several tools involved in building that format and it probably takes a magic
&gt; combination. I could not find any other pdf doc which is created from xmlto
&gt; in all of xorg.

One thing to know is that there are two pdf backends for xmlto. One of
them uses fop, and I've definitely used docbook rendered to pdf from
fop before. The docbook toolchain for fop is a little more involved,
but it produces good results. Will try it out a little later.

</PRE>
</BLOCKQUOTE>
<BR>
First time I tried, the passiveTex backend was missing (this is the other backend). I found the package xmltex which provided it. <BR>
<BR>
<PRE>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-fop
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Use fop for formatting. Default is still passivetex, installation
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; doesn&#180;t check for fop availability. It is an experimental option,
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; expects fop in specific location, could be changed manually in
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlto script by modification of FOP_PATH

The command issued from the makefile uses passiveTex:
/usr/bin/xmlto -m ./doc/xfs-design.xsl -o doc pdf ./doc/xfs-design.xml

</PRE>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
--
Dan
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>