1# Copyright Rene Rivera 2016 2# Distributed under the Boost Software License, Version 1.0. 3# (See accompanying file LICENSE_1_0.txt or copy at 4# http://www.boost.org/LICENSE_1_0.txt) 5 6using quickbook ; 7using boostbook ; 8 9xml detail : detail.qbk ; 10 11install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ] : <location>html/images ; 12explicit images ; 13install callouts : [ glob $(BOOST_ROOT)/doc/src/images/callouts/*.png ] : <location>html/images/callouts ; 14explicit callouts ; 15install css : [ glob $(BOOST_ROOT)/doc/src/*.css ] : <location>html ; 16explicit css ; 17 18boostbook standalone 19 : 20 detail 21 : 22 <xsl:param>boost.root=../../../.. 23 <xsl:param>generate.section.toc.level=3 24 <xsl:param>chunk.section.depth=2 25 #<xsl:param>chunk.first.sections=1 26 27 <dependency>images 28 <dependency>callouts 29 <dependency>css 30 ; 31 32alias boostdoc ; 33explicit boostdoc ; 34 35alias boostrelease : standalone ; 36explicit boostrelease ; 37