diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 2fc6463..91af84f 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -29,20 +29,20 @@ install images : html/images ; - + boostbook standalone : optional : - html:boost.root=../../../.. - html:boost.libraries=../../../../libs/libraries.htm - chapter.autolabel=0 - chunk.section.depth=8 - toc.section.depth=2 - toc.max.depth=2 - generate.section.toc.level=1 - pdf:img.src.path=$(images)/ - pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/libs/optional/doc/html + html:"boost.root=../../../.." + html:"boost.libraries=../../../../libs/libraries.htm" + "chapter.autolabel=0" + "chunk.section.depth=8" + "toc.section.depth=2" + "toc.max.depth=2" + "generate.section.toc.level=1" + pdf:"img.src.path=$(images)/" + pdf:"boost.url.prefix=http://www.boost.org/doc/libs/release/libs/optional/doc/html" docbook:on ;