$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [TypeTraits] isit possibleto addsomething toboost.type_traits?
From: John Maddock (john_at_[hidden])
Date: 2008-09-03 13:42:18
frederic.bron_at_[hidden] wrote:
> I have already tried to set BOOST_ROOT but then bjam starts to build
> the full boost libraries... How can I say build only the
> documentation for the directory I am in?
Strange, I cd into sandbox/type_traits/libs/type_traits/doc and then:
export BOOST_ROOT=../../../../../trunk
bjam
Builds just the type_traits docs.
HTH, John.