$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-03-19 14:19:24
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