1# Boost.Geometry (aka GGL, Generic Geometry Library) 2# 3# Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. 4# Copyright (c) 2008-2012 Bruno Lalande, Paris, France. 5# Copyright (c) 2009-2012 Mateusz Loskot, London, UK. 6 7# Use, modification and distribution is subject to the Boost Software License, 8# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 9# http://www.boost.org/LICENSE_1_0.txt) 10 11project geometry/doc ; 12 13# Auto-index, experimental. Commented otherwise does not build without. 14#using auto-index ; 15using quickbook ; 16 17path-constant here : . ; 18path-constant images_location : html ; 19 20import testing ; 21testing.make-test run-pyd : 22 $(here)/make_qbk.py 23 : 24 <pythonpath>$(here) 25 <dependency>src/docutils/tools/doxygen_xml2qbk//doxygen_xml2qbk 26 <testing.arg>"--release-build --doxygen-xml2qbk" 27 <testing.input-file>src/docutils/tools/doxygen_xml2qbk//doxygen_xml2qbk 28 : 29 make_qbk ; 30explicit make_qbk ; 31 32boostbook geometry 33 : geometry.qbk 34 : <dependency>Jamfile 35 <dependency>quickref.xml 36# <dependency>generated/point.qbk 37 <xsl:param>chunk.section.depth=4 38# <auto-index>off 39# <auto-index-internal>on 40# <auto-index-verbose>off 41# <xsl:param>index.on.type=1 42# <format>html 43 <xsl:param>chunk.first.sections=1 44 <xsl:param>toc.section.depth=3 45 <xsl:param>toc.max.depth=2 46 <xsl:param>generate.section.toc.level=4 47 <xsl:param>boost.root=../../../.. 48 <quickbook-define>enable_index 49 <include>$(here) 50 <format>pdf:<xsl:param>img.src.path=$(images_location)/ 51 <dependency>make_qbk 52; 53 54install pdfinstall : geometry/<format>pdf : <location>. <name>geometry.pdf <install-type>PDF ; 55explicit pdfinstall ; 56 57############################################################################### 58alias boostdoc ; 59explicit boostdoc ; 60alias boostrelease : geometry ; 61explicit boostrelease ; 62