2
0
mirror of https://github.com/boostorg/asio.git synced 2026-02-26 02:42:08 +00:00
Files
asio/doc/Jamfile.v2
Christopher Kohlhoff 9f319db484 Clean up documentation.
[SVN r40356]
2007-10-23 13:31:12 +00:00

37 lines
850 B
Plaintext

#
# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
#
# 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)
#
using quickbook ;
xml asio
:
asio.qbk
;
boostbook standalone
:
asio
:
<xsl:param>boost.root=../../../..
<xsl:param>boost.libraries=../../../../libs/libraries.htm
<xsl:param>navig.graphics.path="../../../../doc/html/images/"
<xsl:param>chapter.autolabel=0
<xsl:param>chunk.section.depth=8
<xsl:param>chunk.first.sections=1
<xsl:param>toc.section.depth=2
<xsl:param>toc.max.depth=1
<xsl:param>generate.section.toc.level=1
<xsl:param>generate.toc="chapter nop section nop"
;
install html
:
/boost//doc/html/boostbook.css
design/proactor.png
;