1# Copyright 2016-2017 Joaquín M López Muñoz. 2# Copyright 2017 Rene Rivera 3# Distributed under the Boost Software License, Version 1.0. 4# (See accompanying file LICENSE_1_0.txt or copy at 5# http://www.boost.org/LICENSE_1_0.txt) 6# 7# See http://www.boost.org/libs/poly_collection for library home page. 8 9using quickbook ; 10using boostbook ; 11 12# image dependencies 13 14install images_standalone 15 : [ glob img/*.png ] 16 : <location>html/poly_collection/img 17 ; 18 19explicit images_standalone ; 20 21install images_boostdoc 22 : [ glob img/*.png ] 23 : <location>../../../doc/html/poly_collection/img 24 ; 25 26explicit images_boostdoc ; 27 28xml poly_collection : poly_collection.qbk ; 29 30boostbook standalone 31 : poly_collection 32 : 33 <xsl:param>boost.defaults=Boost 34 <xsl:param>boost.image.src=poly_collection/img/boost.png 35 <xsl:param>boost.root=http://www.boost.org/doc/libs/develop 36 <dependency>images_standalone 37 ; 38 39alias boostdoc : poly_collection : : : <dependency>images_boostdoc ; 40explicit boostdoc ; 41alias boostrelease ; 42explicit boostrelease ; 43