diff --git a/v2/doc/jamfile.jam b/v2/doc/jamfile.jam index a00f6ff7d..22777cf06 100644 --- a/v2/doc/jamfile.jam +++ b/v2/doc/jamfile.jam @@ -13,7 +13,8 @@ boostbook userman : src/standalone.xml doc.standalone=true nav.layout=none jam_docs - jam_docs + jam_docs + boost.root=../../../../.. ; xml jam_docs : ../../../jam/doc/bjam.qbk ; @@ -22,8 +23,3 @@ 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 ] ;