$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-08-09 09:29:32
On Tuesday 09 August 2005 18:06, Weining Hao wrote:
> Hi all,
>
> I use Quickbook and Boostbook to transfer a .qbk file
> to HTML pages/pdf file now. I create the file
> Jamefile.v2 in my own project:
>
> project boost/task1 ;
> using quickbook ;
> xml measkern : measkern.qbk ;
> import boostbook : boostbook ;
> boostbook mk1 : ../bin.v2/task1/gcc/debug/measkern.xml
> ;
What about "boostbook mk1 : measkern ; " ? And, what about just:
boostbook mk1 : measkern.qbk ;
?
> Another question, I create my own project as
> /boost/task1. But I think it should be out of /boost.
> I tried but failed. How can I link Boost and the
> project out of /boost?
You did not say what failed, so it's hard to answer anything. You should be
able to use "boostbook" rule provided that BOOST_ROOT variable points to
your Boost tree.
- Volodya
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2