$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-01 09:43:52
Vladimir Prus wrote:
> Michael Glassford wrote:
> > I've just checked in the Boost.Threads documentation in BoostBook format
>
> Cool, looks like BoostBook is gaining popularity.
>
> > and changed doc\src\boost.xml appropriately; is there anything else I
> > need to do?
>
> I think that's all you need.
Though you migh also add Jamfile.v2 to libs/thread/doc, containing something
like:
import toolset ;
toolset.using doxygen ;
boostbook thread : thread.xml ;
This will allow you to build only Boost.Thread docs, which is considerably
faster than building all Boost documentation.
- Volodya