<!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 13:18 -0500, Jeremy Huddleston wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Ok, then this gets my structural review, but would be nice if someone who really understands docbook looks at invocation.
</PRE>
</BLOCKQUOTE>
I would love to as well. However, from a risk management perspective, this new version is mainly a reshuffle of make targets flags. I use an identical copy of docbook.am and devbook.am in the 22 modules having docbook xml. This way we don't have to review 22 differently coded makefiles performing the exact same programming tasks.<BR>
<BR>
Thanks
<BLOCKQUOTE TYPE=CITE>
<PRE>

Reviewed-by: Jeremy Huddleston &lt;<A HREF="mailto:jeremyhu@apple.com">jeremyhu@apple.com</A>&gt;



On Sep 15, 2011, at 8:41 AM, Gaetan Nadon wrote:

&gt; On Thu, 2011-09-15 at 02:35 -0500, Jeremy Huddleston wrote:
&gt; 
&gt;&gt; On Sep 14, 2011, at 9:12 AM, Gaetan Nadon wrote:
&gt;&gt;&gt; 
&gt;&gt;&gt; +if HAVE_XMLTO_TEXT
&gt;&gt;&gt; +noinst_DATA += $(docbook:.xml=.txt)
&gt;&gt;&gt; +%.txt: %.xml $(chapters)
&gt;&gt;&gt; +        $(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) txt $&lt;
&gt;&gt;&gt; +endif HAVE_XMLTO_TEXT
&gt;&gt; 
&gt;&gt; ^^^ XMLTO_TEXT_FLAGS ??
&gt;&gt; 
&gt;&gt; 
&gt; 
&gt; Good observation. The txt format is obtained by first transforming xml
&gt; to html using the same xsltproc and stylesheet. Then it is converted to
&gt; text using one of the three tools w3m, lynks or links. Although
&gt; confusing, it is more accurate to use the same html flags. It also looks
&gt; strange to have olink flags when you cannot have cross-reference
&gt; documents between text file.
&gt; 
&gt; So this one is good, there were no lack of opportunities for errors.
&gt; 
&gt; Thanks
&gt; _______________________________________________
&gt; <A HREF="mailto:xorg-devel@lists.x.org">xorg-devel@lists.x.org</A>: X.Org development
&gt; Archives: <A HREF="http://lists.x.org/archives/xorg-devel">http://lists.x.org/archives/xorg-devel</A>
&gt; Info: <A HREF="http://lists.x.org/mailman/listinfo/xorg-devel">http://lists.x.org/mailman/listinfo/xorg-devel</A>

</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>