<!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 10:36 -0800, Dan Nicholson wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Wed, Jan 20, 2010 at 10:01 AM, Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt; wrote:
&gt; It breaks the build under the default configure options
&gt; Cannot find anyone who can build it.
&gt; The text and html format should be sufficient.
&gt;
&gt; Signed-off-by: Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt;
&gt; ---
&gt; &nbsp;Makefile.am | &nbsp; &nbsp;5 +----
&gt; &nbsp;1 files changed, 1 insertions(+), 4 deletions(-)
&gt;
&gt; diff --git a/Makefile.am b/Makefile.am
&gt; index fe4639c..6d4d176 100644
&gt; --- a/Makefile.am
&gt; +++ b/Makefile.am
&gt; @@ -175,7 +175,7 @@ EXTRA_DIST += doc/xfs-design.xml doc/xfs-design.css doc/xfs-design.xsl
&gt;
&gt; &nbsp;if MAKE_DEVEL_DOCS
&gt; &nbsp;if HAVE_XMLTO
&gt; -noinst_DATA = doc/xfs-design/index.html doc/xfs-design.pdf doc/xfs-design.txt
&gt; +noinst_DATA = doc/xfs-design/index.html doc/xfs-design.txt
&gt; &nbsp;CLEANFILES += $(noinst_DATA)
&gt;
&gt; &nbsp;doc/xfs-design/index.html: $(srcdir)/doc/xfs-design.xml $(srcdir)/doc/xfs-design.xsl doc/xfs-design/xfs-design.css
&gt; @@ -189,9 +189,6 @@ doc/xfs-design/xfs-design.css: $(srcdir)/doc/xfs-design.css
&gt; &nbsp;clean-local:
&gt; &nbsp; &nbsp; &nbsp; &nbsp;-rm -rf doc/xfs-design
&gt;
&gt; -doc/xfs-design.pdf: $(srcdir)/doc/xfs-design.xml $(srcdir)/doc/xfs-design.xsl
&gt; - &nbsp; &nbsp; &nbsp; $(AM_V_GEN)$(XMLTO) -m $(srcdir)/doc/xfs-design.xsl -o doc pdf $(srcdir)/doc/xfs-design.xml
&gt; -
&gt; &nbsp;doc/xfs-design.txt: $(srcdir)/doc/xfs-design.xml $(srcdir)/doc/xfs-design.xsl
&gt; &nbsp; &nbsp; &nbsp; &nbsp;$(AM_V_GEN)$(XMLTO) -m $(srcdir)/doc/xfs-design.xsl -o doc txt $(srcdir)/doc/xfs-design.xml

If you want to remove the pdf from noinst_DATA, that's fine, but don't
remove the target. Someone can still build the pdf if they want, too.
Furthermore, pdf is a supported target from xmlto. I've built pdfs
from docbook many times. You just need to have the necessary backends.

</PRE>
</BLOCKQUOTE>
Ok, keep the target. Have you been able to build xfs doc specifically? <BR>
I did check carefully I had all the packages installed.<BR>
<BR>
The folks at Gentoo were not: <A HREF="http://bugs.gentoo.org/show_bug.cgi?id=274925#c12">http://bugs.gentoo.org/show_bug.cgi?id=274925#c12</A><BR>
It's not in my distro, so I presume Debian were not able either.<BR>
A similar target is missing from noinst_DATA in libXfont when it was first checked-in<BR>
I couldn't find any pdf created from xmlto in the whole X.Org build<BR>
The problem may be in the source rather than in the tool.<BR>
<BR>
Thanks
<BLOCKQUOTE TYPE=CITE>
<PRE>
--
Dan
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>