Boost logo

Boost-Build :

Subject: Re: [Boost-build] [gil::io] Building gil::io's documentation
From: Christian Henning (chhenning_at_[hidden])
Date: 2012-11-10 14:41:26


It probably makes sense to post the doc's jamfile.v2, as well. Here is it:

# Boost.GIL.IO
#
# Copyright (c) 2012 Christian Henning
#
# 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)

# Quickbook
# -----------------------------------------------------------------------------

import quickbook ;
using boostbook ;

xml io
    :
        io.qbk
    ;

path-constant images_location : html ;

boostbook standalone
    :
        io
        :
        <xsl:param>boost.root=../../../../..
        <xsl:param>boost.max.id.length=1024
        <xsl:param>toc.max.depth=4
        <xsl:param>toc.section.depth=4
        <xsl:param>chunk.section.depth=2
        <format>pdf:<xsl:param>img.src.path=$(images_location)/
        <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
    ;

Christian


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk