mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-11 13:34:06 +00:00
18 lines
615 B
Plaintext
18 lines
615 B
Plaintext
|
|
# Copyright 2005 Daniel James.
|
|
# 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 unordered : unordered.qbk ;
|
|
boostbook standalone : unordered :
|
|
<xsl:param>boost.root=../../../..
|
|
<xsl:param>boost.libraries=../../../libraries.htm
|
|
<xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
|
|
<xsl:param>chunk.first.sections=1
|
|
<xsl:param>chunk.section.depth=2
|
|
<xsl:param>generate.section.toc.level=2
|
|
<xsl:param>toc.section.depth=1
|
|
<xsl:param>toc.max.depth=1 ;
|