$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-03-19 14:56:10
John Maddock wrote:
> Vladimir Prus wrote:
>> Adding
>>
>> import quickbook ;
>>
>> will make it sure that Jamfile will be parsed without
>> errors. But given that doc/Jamfile is only parsed if
>> you're building docs, you better have 'using quickbook' somewhere.
>
> No with no "using quickbook ;" then quickbook gets built from source.
Yes (by accident/historical reasons, but anyway). Maybe, somebody
can add it to Jamroot, so that it's not necessary to add to
<each-library/doc/Jamfile.v2
?
- Volodya