From e690de2d30e2f1649ff500c9a6f3539814994b1c Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 19 Nov 2021 18:35:10 +0300 Subject: [PATCH] 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 542ecff..3a43d57 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -196,15 +196,15 @@ boostbook sync : sync_doc : - boost.root=../../../.. - boost.libraries=../../../libs/libraries.htm + "boost.root=../../../.." + "boost.libraries=../../../libs/libraries.htm" nav.layout=none boost.image=Boost navig.graphics=1 chunk.section.depth=2 boost.compact.function=0 - pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/libs/sync/doc/html - pdf:img.src.path=$(images_location)/ + pdf:"boost.url.prefix=http://www.boost.org/doc/libs/release/libs/sync/doc/html" + pdf:"img.src.path=$(images_location)/" ; ###############################################################################