Re: std quickbook include path, and template library?
Daniel James <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <[email protected]> |
On 18 June 2011 20:22, Rene Rivera <[email protected]> wrote: > > A few options possible for relative: > > 1. To the exe, as you mention. I think that's only appropriate when properly installed (Boost.Build tends to place the executable in an unpredictable location) > 2. To the the invocation dir, BB does this one. Not appropriate, invocation will vary. > 3. To some other searched file (relative or absolute), BB also does this. Again, requires installation. Boostbook's path handling is based on URIs which are probably too heavy for quickbook. Xsltproc is given the url of the boostbook xsl stylesheets which the boost build generated catalog maps to the actual location of the files. This makes running boostbook without a build system quite painful, I don't want that to be the case for quickbook.