# Copyright Rene Rivera 2016 # Distributed under 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) using quickbook ; using boostbook ; xml detail : detail.qbk ; install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ] : html/images ; explicit images ; install callouts : [ glob $(BOOST_ROOT)/doc/src/images/callouts/*.png ] : html/images/callouts ; explicit callouts ; install css : [ glob $(BOOST_ROOT)/doc/src/*.css ] : html ; explicit css ; boostbook standalone : detail : boost.root=../../../.. generate.section.toc.level=3 chunk.section.depth=2 #chunk.first.sections=1 images callouts css ; alias boostdoc ; explicit boostdoc ; alias boostrelease : standalone ; explicit boostrelease ;