diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 95911f47..5468b827 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,17 +1,15 @@ +project boost/doc ; +import boostbook : boostbook ; -# 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) +boostbook doc : src/boost.xml + : -using quickbook ; + ## Build the various generated docs (Doxygen and QuickBook)... -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 ; + ../libs/unordered/doc//unordered + ../libs/unordered/doc//unordered + ../libs/functional/hash/doc//hash + ../libs/functional/hash/doc//hash + + boost.libraries=../../libs/libraries.htm + ; diff --git a/doc/src/boost.xml b/doc/src/boost.xml index 457d5047..b0a7afcd 100644 --- a/doc/src/boost.xml +++ b/doc/src/boost.xml @@ -5,5 +5,5 @@ The Boost C++ Unordered Containers Library Documentation - +