import quickbook ; project tools/build/v2/doc ; boostbook userman : src/standalone.xml : toc.section.depth=1 doc.standalone=true nav.layout=none jam_docs jam_docs ; xml jam_docs : ../../../jam/doc/bjam.qbk ; if ! $(BOOST_ROOT) { BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ; } # Copy stylesheet and images from 'official' docs location stage html : $(BOOST_ROOT)/doc/html/boostbook.css ; stage html/images : [ path.glob $(BOOST_ROOT)/doc/html/images : *.png ] ;