Files
boost_beast/doc/Jamfile

62 lines
1.5 KiB
Plaintext
Raw Normal View History

2017-07-20 08:01:46 -07:00
#
2017-02-06 20:07:03 -05:00
# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
2017-07-20 08:01:46 -07:00
#
# 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)
#
project beast/doc ;
2017-07-23 22:49:57 -07:00
import boostbook : boostbook ;
2017-07-20 08:01:46 -07:00
using boostbook ;
using quickbook ;
using doxygen ;
2017-07-23 22:49:57 -07:00
#
# HTML documentation for $(BOOST_ROOT)/doc/html
#
2017-07-20 08:01:46 -07:00
2017-07-23 22:49:57 -07:00
xml beast_doc
2017-07-20 08:01:46 -07:00
:
2017-07-23 22:49:57 -07:00
qbk/00_main.qbk
2017-07-20 08:01:46 -07:00
;
2017-07-23 22:49:57 -07:00
explicit beast_doc ;
2017-07-20 08:01:46 -07:00
2017-07-23 22:49:57 -07:00
install beast_doc_images
2017-07-20 08:01:46 -07:00
:
images/message.png
:
2017-07-23 22:49:57 -07:00
<location>html/beast/images
2017-07-20 08:01:46 -07:00
;
2017-07-23 22:49:57 -07:00
explicit beast_doc_images ;
2017-07-20 08:01:46 -07:00
2017-07-23 22:49:57 -07:00
boostbook beast
2016-09-25 11:19:51 -04:00
:
2017-07-23 22:49:57 -07:00
beast_doc
2016-09-25 11:19:51 -04:00
:
2017-07-23 22:49:57 -07:00
<xsl:param>boost.root=../../../..
<xsl:param>root.filename=beast
<xsl:param>chapter.autolabel=1
2017-07-20 08:01:46 -07:00
<xsl:param>chunk.section.depth=8 # Depth to which sections should be chunked
2016-09-25 11:19:51 -04:00
<xsl:param>chunk.first.sections=1 # Chunk the first top-level section?
<xsl:param>toc.section.depth=8 # How deep should recursive sections appear in the TOC?
<xsl:param>toc.max.depth=8 # How many levels should be created for each TOC?
<xsl:param>generate.section.toc.level=8 # Control depth of TOC generation in sections
2017-06-04 17:25:55 -07:00
<xsl:param>generate.toc="chapter toc,title section nop reference nop"
2017-07-23 22:49:57 -07:00
<include>../../../tools/boostbook/dtd
2017-07-20 08:01:46 -07:00
:
2017-07-23 22:49:57 -07:00
<dependency>beast_doc_images
2017-07-20 08:01:46 -07:00
;
2017-07-23 22:49:57 -07:00
alias boostdoc : beast : : : ;
explicit boostdoc ;
alias boostrelease ;
explicit boostrelease ;