diff --git a/hash/doc/Jamfile.v2 b/hash/doc/Jamfile.v2 index 9b7bdb7..02e69ca 100644 --- a/hash/doc/Jamfile.v2 +++ b/hash/doc/Jamfile.v2 @@ -1,9 +1,17 @@ -# Copyright 2005 Daniel James. +# Copyright 2005-2007 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 hash : hash.qbk ; -boostbook standalone : hash ; +boostbook standalone : hash : + 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 ;