This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] DocBook XML toolchain modernization


On 5/3/2013 14:30, Christopher Faylor wrote:
It looks like you broke the ability to build outside of the source tree.

Sorry about that.

It looks like you're in the middle of fixing it, so rather than fight with you over the tree, I'll just let you continue.

I've got one element of the fix here that you haven't yet checked in, though. You need to change the XInclude in cygwin-api.in.xml back to a DOCTOOL directive:

<               <xi:include href="legal.xml"/>
---
> DOCTOOL-INSERT-legal

This is because xsltproc (via xmlto) doesn't know about $(srcdir) for XIncludes. It looks in the same directory as the input XML and doesn't see legal.xml, and dies. If you "#include" this via doctool, problem solved.

Bottom line, you can't mix doctool includes and XIncludes.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]