$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-08-08 12:28:38
AMDG
e r wrote:
> 2) Suppose i have a .qbk file. Where do I go from here? how do i build
> the html file with it? probably very basic, but...
>
Using the example in
http://svn.boost.org/trac/boost/browser/trunk/tools/build/v2/tools/quickbook.jam
Put something similar to the following in the Jamfile
using boostbook ;
import quickbook ;
boostbook my_docs : my_docs_source.qbk ;
Then just run bjam as normal.
In Christ,
Steven Watanabe