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 ;