boost/libs/gil/io/doc/Jamfile
2022-12-15 23:45:23 +08:00

31 lines
778 B
Plaintext

# Boost.GIL (Generic Image Library) - IO documentation
#
# 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)
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
;