mirror of
https://github.com/boostorg/optional.git
synced 2025-07-30 20:47:18 +02:00
Add quotes to param values to silence b2 warnings about reserved characters.
This commit is contained in:
@ -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
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user