
Eric Niebler wrote:
Vladimir Prus wrote:
Eric Niebler wrote:
Vladimir Prus wrote:
At the moment, CVS HEAD has this in lib/xpressive/doc/Jamfile.v2:
xml xpressive : xpressive.qbk : <dependency>autodoc ;
What is the reason for <dependency>autodoc here?
Without it, the qbk -> boostbook -> html translation doesn't happen when doxygen regenerates autodoc.boostbook as a result of a change in one of xpressive's headers. At least, that was the state of things when I added the dependency.
I would expect the following patch to better reflect your intention. After all, the output of quickbook actually does not depend on autodoc at all, it's the output of boostbook that depends on it. Ok to commit?
What patch?
Doh! Attached now. - Volodya