From 0cd1879903e327a18ee484649b87760583db016a Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 19 Nov 2021 18:25:39 +0300 Subject: [PATCH] Fixed a link to library docs and silenced b2 warning about unescaped character. --- doc/Jamfile.v2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index f113f9a..5ef327d 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -25,8 +25,8 @@ boostbook standalone # How far down we go with TOC's generate.section.toc.level=4 # Path for links to Boost: - boost.root=../../../.. - + "boost.root=../../../.." + # PDF Options: # TOC Generation: this is needed for FOP-0.9 and later: fop1.extensions=0 @@ -46,8 +46,8 @@ boostbook standalone # default pnd graphics are awful in PDF form, # better use SVG's instead: pdf:admon.graphics.extension=".svg" - pdf:admon.graphics.path=$(boost-images)/ - pdf:boost.url.prefix=https://www.boost.org/doc/libs/release/libs/regex/doc/html + pdf:"admon.graphics.path=$(boost-images)/" + pdf:"boost.url.prefix=https://www.boost.org/doc/libs/release/libs/integer/doc/html" ; install pdfinstall : standalone/pdf : . PDF ;