Add quotes to param values to silence b2 warnings about reserved characters.

This commit is contained in:
Andrey Semashev
2024-01-02 18:02:40 +03:00
parent e31cf6f2a8
commit fd31196819

View File

@ -29,20 +29,20 @@ install images
: :
<location>html/images <location>html/images
; ;
boostbook standalone boostbook standalone
: :
optional optional
: :
<format>html:<xsl:param>boost.root=../../../.. <format>html:<xsl:param>"boost.root=../../../.."
<format>html:<xsl:param>boost.libraries=../../../../libs/libraries.htm <format>html:<xsl:param>"boost.libraries=../../../../libs/libraries.htm"
<xsl:param>chapter.autolabel=0 <xsl:param>"chapter.autolabel=0"
<xsl:param>chunk.section.depth=8 <xsl:param>"chunk.section.depth=8"
<xsl:param>toc.section.depth=2 <xsl:param>"toc.section.depth=2"
<xsl:param>toc.max.depth=2 <xsl:param>"toc.max.depth=2"
<xsl:param>generate.section.toc.level=1 <xsl:param>"generate.section.toc.level=1"
<format>pdf:<xsl:param>img.src.path=$(images)/ <format>pdf:<xsl:param>"img.src.path=$(images)/"
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/optional/doc/html <format>pdf:<xsl:param>"boost.url.prefix=http://www.boost.org/doc/libs/release/libs/optional/doc/html"
<format>docbook:<auto-index-internal>on <format>docbook:<auto-index-internal>on
; ;