
19 Mar
2008
19 Mar
'08
6:19 p.m.
Anthony Williams wrote:
Vladimir Prus <ghost <at> cs.msu.su> writes:
Anthony Williams wrote:
Darren Garvey <darren.garvey <at> gmail.com> writes:
The Jamfile.v2 in libs/thread/doc/ seems to be missing a 'using quickbook ;'
I didn't realise it needed one: it builds fine here.
Usually, 'using quickbook ; ' is placed in user-config.jam, not in Jamfile.
That's where I have it. Am I therefore OK to leave it out of Jamfile.v2 for the thread docs?
I think so. Further, given that I personally have configure quickbook with a specific binary in my user-config.jam (to avoid waiting 5 mins for quickbook to recompile), adding default 'using quickbook ;' to Jamfile will be actually bad thing. - Volodya