Envelop URL in quotes to avoid Boost.Build warning about unescaped special char.

This commit is contained in:
Andrey Semashev
2019-04-19 13:23:37 +03:00
parent 8702664188
commit d9b524d2e5

View File

@ -49,7 +49,7 @@ boostbook standalone
<xsl:param>boost.root=../../../..
<xsl:param>generate.section.toc.level=1
<xsl:param>toc.max.depth=1
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/core/doc/html
<format>pdf:<xsl:param>boost.url.prefix="http://www.boost.org/doc/libs/release/libs/core/doc/html"
;
###############################################################################