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