2
0
mirror of https://github.com/boostorg/sync.git synced 2026-01-19 04:42:12 +00:00

Silenced b2 warning about unescaped character.

This commit is contained in:
Andrey Semashev
2021-11-19 18:35:10 +03:00
parent cab1a6b810
commit e690de2d30

View File

@@ -196,15 +196,15 @@ boostbook sync
:
sync_doc
:
<xsl:param>boost.root=../../../..
<xsl:param>boost.libraries=../../../libs/libraries.htm
<xsl:param>"boost.root=../../../.."
<xsl:param>"boost.libraries=../../../libs/libraries.htm"
<xsl:param>nav.layout=none
<xsl:param>boost.image=Boost
<xsl:param>navig.graphics=1
<xsl:param>chunk.section.depth=2
<xsl:param>boost.compact.function=0
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/sync/doc/html
<format>pdf:<xsl:param>img.src.path=$(images_location)/
<format>pdf:<xsl:param>"boost.url.prefix=http://www.boost.org/doc/libs/release/libs/sync/doc/html"
<format>pdf:<xsl:param>"img.src.path=$(images_location)/"
;
###############################################################################