1# Boost.Bimap 2# 3# Copyright (c) 2006-2007 Matias Capeletto 4# 5# Distributed under the Boost Software License, Version 1.0. 6# (See accompanying file LICENSE_1_0.txt or copy at 7# http://www.boost.org/LICENSE_1_0.txt) 8 9 10# Quickbook 11# ----------------------------------------------------------------------------- 12 13import quickbook ; 14 15xml bimap 16 : 17 bimap.qbk 18 ; 19 20path-constant images_location : html ; 21 22boostbook standalone 23 : 24 bimap 25 : 26 <xsl:param>boost.root=../../../.. 27 <xsl:param>html.stylesheet=boostbook.css 28 <xsl:param>toc.max.depth=2 29 <xsl:param>toc.section.depth=4 30 <xsl:param>chunk.section.depth=2 31 <format>pdf:<xsl:param>img.src.path=$(images_location)/ 32 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/bimap/doc/html 33 ; 34 35 36# Doxygen 37# ----------------------------------------------------------------------------- 38# This generate the doxydocs and write "bimap.hdt". 39# Delete this file if you want to regenerate the doxydocs again 40# import directdoxygen ; 41# html-doxydocs bimap.hdt : bimap.hdf ; 42 43############################################################################### 44alias boostdoc ; 45explicit boostdoc ; 46alias boostrelease : standalone ; 47explicit boostrelease ; 48