From 91b9110e04ddd11c830f96b7814b53ce47770a6a Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 16 Jun 2014 20:23:14 +0400 Subject: [PATCH] Changed boost.root parameter to a relative path to avoid warnings in the inspection report. Added URL prefix for pdf build. --- doc/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 1344132..381cdb1 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -46,7 +46,8 @@ boostbook standalone core : ref_reference - boost.root=http://boost.org/doc/libs/master + boost.root=../../../.. generate.section.toc.level=1 toc.max.depth=1 + pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/libs/core/doc/html ;