$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] how does one build documentation for one library
From: Daniel James (dnljms_at_[hidden])
Date: 2011-06-20 15:53:10
On 20 June 2011 21:45, Robert Ramey <ramey_at_[hidden]> wrote:
>
> But it doesn't say what command to invoke nor what directory to invoke it
> from.
>
> What I would like to do is:
>
> a) cd to the library I'm interested int. eg cd c:/boostrelease/libs/fusion
> b) bjam html
You have to run bjam in the directory containing the documentation's
jamfile, which is usually the 'doc' directory. To build the test
documentation, you can run bjam from 'doc/test'.