$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: e r (erwann.rogard_at_[hidden])
Date: 2008-08-19 23:29:41
Steven Watanabe wrote:
> 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
thanks!