Re: [Boost-docs] Running boost book from outside the boostdirectories

Subject: Re: [Boost-docs] Running boost book from outside the boostdirectories
From: Robert Ramey (ramey_at_[hidden])
Date: 2011-06-24 06:12:53


Steven Watanabe wrote:
>Run bjam in the directory containing the Jamfile.
>There's nothing special about $BOOST_ROOT/doc.
> _______________________________________________
> Boost-docs mailing list
> Boost-docs_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-docs

Here is what I'm getting

$ ls
Debug doc.vcproj.RRSD01.Robert Ramey.user
Jamfile project.qbk
column.qbk relation.qbk
dbms.qbk schema.qbk
dbms.xml select.qbk
doc.vcproj
$ echo $BOOST_ROOT
c:/BoostRelease
$ ls $BOOST_Root
Debug doc.vcproj.RRSD01.Robert Ramey.user
Jamfile project.qbk
column.qbk relation.qbk
dbms.qbk schema.qbk
dbms.xml select.qbk
doc.vcproj
$ cat Jamfile
#==============================================================================
# Copyright (c) 2011
#
# Use, modification and distribution is subject to the Boost Software
# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
#==============================================================================
#project boost/libs/dbms/doc ;

project .

import boostbook : boostbook ;
using quickbook ;

path-constant images_location : html ;

boostbook quickbook
    :
        dbms.qbk
    :
        <xsl:param>boost.root=../../../..
        <xsl:param>chunk.section.depth=4
        <xsl:param>chunk.first.sections=1
        <xsl:param>toc.section.depth=3
        <xsl:param>toc.max.depth=3
        <xsl:param>generate.section.toc.level=4
        <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/re
lease/libs/fusion/doc/html
        <format>pdf:<xsl:param>img.src.path=$(images_location)/
    ;
$


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC