diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 1ccb5214..ed333b66 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -8,8 +8,6 @@ path-constant admonishment_location : ../../../../doc/src/images ; xml unordered : unordered.qbk ; boostbook standalone : unordered : - boost.root=../../../.. - chunk.first.sections=1 chunk.section.depth=2 generate.section.toc.level=2 @@ -20,7 +18,15 @@ boostbook standalone : unordered : boost.compact.function=0 boost.compact.enum=0 + # HTML Options: + + html:boost.root=../../../.. + html:img.src.path=../../../../doc/html/ + xhtml:boost.root=../../../.. + xhtml:img.src.path=../../../../doc/html/ + # PDF Options: + # TOC Generation: this is needed for FOP-0.9 and later: fop1.extensions=0 pdf:xep.extensions=1 diff --git a/doc/unordered.qbk b/doc/unordered.qbk index e4f2ce6d..fb3837f4 100644 --- a/doc/unordered.qbk +++ b/doc/unordered.qbk @@ -13,7 +13,7 @@ [license 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] + [@http://www.boost.org/LICENSE_1_0.txt]) ] ] diff --git a/test/exception/Jamfile.v2 b/test/exception/Jamfile.v2 index cc0ec8e8..87ee3250 100644 --- a/test/exception/Jamfile.v2 +++ b/test/exception/Jamfile.v2 @@ -15,7 +15,7 @@ project unordered-test/exception-tests gcc:"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter" darwin:"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter" gcc:_GLIBCXX_DEBUG - darwin:_GLIBCXX_DEBUG + #darwin:_GLIBCXX_DEBUG msvc:on #gcc:on #darwin:on diff --git a/test/unordered/Jamfile.v2 b/test/unordered/Jamfile.v2 index 9454d206..07be6c28 100644 --- a/test/unordered/Jamfile.v2 +++ b/test/unordered/Jamfile.v2 @@ -12,7 +12,7 @@ project unordered-test/unordered gcc:"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter" darwin:"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter" gcc:_GLIBCXX_DEBUG - darwin:_GLIBCXX_DEBUG + #darwin:_GLIBCXX_DEBUG msvc:on #gcc:on #darwin:on