project tools/documentation ; xml intro : src/intro.qbk ; boostbook standalone : intro : # Path for links to Boost: boost.root=../../.. # Path for libraries index: boost.libraries=../../../libs/libraries.htm # Use the main Boost stylesheet: html.stylesheet=../../../doc/html/boostbook.css # Some general style settings: table.footnote.number.format=1 footnote.number.format=1 # HTML options first: # Use graphics not text for navigation: navig.graphics=1 # How far down we chunk nested sections, basically all of them: chunk.section.depth=1 # Don't put the first section on the same page as the TOC: chunk.first.sections=0 # How far down sections get TOC's toc.section.depth=1 ; # Build the documentation combined with the boostbook and quickbook # documentation. This clashes with the standalone documentation. boostbook combined : src/docs.xml : intro intro ../quickbook/doc//quickbook ../quickbook/doc//quickbook boost.root=../../.. boost.libraries=../../../libs/libraries.htm html.stylesheet=../../../doc/html/boostbook.css ; explicit combined ;