On Thu, 2011-09-15 at 02:35 -0500, Jeremy Huddleston wrote:

> On Sep 14, 2011, at 9:12 AM, Gaetan Nadon wrote:
> > 
> > +if HAVE_XMLTO_TEXT
> > +noinst_DATA += $(docbook:.xml=.txt)
> > +%.txt: %.xml $(chapters)
> > +   $(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) txt $<
> > +endif HAVE_XMLTO_TEXT
> 
> ^^^ XMLTO_TEXT_FLAGS ??
> 
> 

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.

So this one is good, there were no lack of opportunities for errors.

Thanks

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to