From 3f2f75faf69b4a11dded49680e6fe83a7d97359e Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 19 Dec 2007 22:37:34 +0000 Subject: [PATCH] Move the unordered library into 'branches' now that it has been accepted. [SVN r42181] --- doc/Jamfile.v2 | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 5468b827..95911f47 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,15 +1,17 @@ -project boost/doc ; -import boostbook : boostbook ; -boostbook doc : src/boost.xml - : +# 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) - ## Build the various generated docs (Doxygen and QuickBook)... +using quickbook ; - ../libs/unordered/doc//unordered - ../libs/unordered/doc//unordered - ../libs/functional/hash/doc//hash - ../libs/functional/hash/doc//hash - - boost.libraries=../../libs/libraries.htm - ; +xml unordered : unordered.qbk ; +boostbook standalone : unordered : + boost.root=../../../.. + boost.libraries=../../../libraries.htm + html.stylesheet=../../../../doc/html/boostbook.css + chunk.first.sections=1 + chunk.section.depth=2 + generate.section.toc.level=2 + toc.section.depth=1 + toc.max.depth=1 ;