$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-03-19 14:16:59
Vladimir Prus wrote:
> 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.
Right, there should be a:
import quickbook ;
in the Jamfile though?
John.