# Copyright 2004,2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) import quickbook ; using boostbook ; project tools/build/doc ; boostbook userman : src/standalone.xml : toc.section.depth=1 doc.standalone=true nav.layout=none jam_docs jam_docs boost.root=.. boost.graphics.root=../images/ html.stylesheet=../boostbook.css chunk.first.sections=0 admon.graphics=0 boost.defaults=Boost ; xml jam_docs : bjam.qbk ; if ! $(BOOST_ROOT) { BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ; }