Re: Running boost book from outside the boostdirectories
"Robert Ramey" <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <[email protected]> |
Steven Watanabe wrote: >Run bjam in the directory containing the Jamfile. >There's nothing special about $BOOST_ROOT/doc. > _______________________________________________ > Boost-docs mailing list > [email protected] > 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)/ ; $