
30 Oct
2004
30 Oct
'04
4:16 a.m.
Aleksey Gurtovoy wrote:
Is this a boostbook bug? Or, am I not using boostbook properly?
The latter. The BoostBook stylesheets employ the aptly named "boost.root" parameter to determine the relative location of the Boost root directory. If your docs are not located in the "$BOOST_ROOT/doc/html" directory, you need to override the default "../.." with more appropriate value in your jamfile.
In your case, something like this should do the job:
boostbook tutorial : tutorial.xml : <xsl:param>boost.root=../../../../../.. ;
Thanks. I should have RTFM first, pardon the noise. -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net