<!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.32.2">
</HEAD>
<BODY>
On Thu, 2011-09-15 at 02:35 -0500, Jeremy Huddleston wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Sep 14, 2011, at 9:12 AM, Gaetan Nadon wrote:
&gt; 
&gt; +if HAVE_XMLTO_TEXT
&gt; +noinst_DATA += $(docbook:.xml=.txt)
&gt; +%.txt: %.xml $(chapters)
&gt; +        $(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) txt $&lt;
&gt; +endif HAVE_XMLTO_TEXT

^^^ XMLTO_TEXT_FLAGS ??


</PRE>
</BLOCKQUOTE>
Good observation. The txt format is obtained by first transforming xml to html using the same xsltproc and stylesheet. Then it is converted to text using one of the three tools w3m, lynks or links. Although confusing, it is more accurate to use the same html flags. It also looks strange to have olink flags when you cannot have cross-reference documents between text file.<BR>
<BR>
So this one is good, there were no lack of opportunities for errors.<BR>
<BR>
Thanks
</BODY>
</HTML>