mirror of
https://github.com/boostorg/integer.git
synced 2025-07-30 04:37:13 +02:00
Fixed a link to library docs and silenced b2 warning about unescaped character.
This commit is contained in:
@ -25,8 +25,8 @@ boostbook standalone
|
|||||||
# How far down we go with TOC's
|
# How far down we go with TOC's
|
||||||
<xsl:param>generate.section.toc.level=4
|
<xsl:param>generate.section.toc.level=4
|
||||||
# Path for links to Boost:
|
# Path for links to Boost:
|
||||||
<xsl:param>boost.root=../../../..
|
<xsl:param>"boost.root=../../../.."
|
||||||
|
|
||||||
# PDF Options:
|
# PDF Options:
|
||||||
# TOC Generation: this is needed for FOP-0.9 and later:
|
# TOC Generation: this is needed for FOP-0.9 and later:
|
||||||
<xsl:param>fop1.extensions=0
|
<xsl:param>fop1.extensions=0
|
||||||
@ -46,8 +46,8 @@ boostbook standalone
|
|||||||
# default pnd graphics are awful in PDF form,
|
# default pnd graphics are awful in PDF form,
|
||||||
# better use SVG's instead:
|
# better use SVG's instead:
|
||||||
<format>pdf:<xsl:param>admon.graphics.extension=".svg"
|
<format>pdf:<xsl:param>admon.graphics.extension=".svg"
|
||||||
<format>pdf:<xsl:param>admon.graphics.path=$(boost-images)/
|
<format>pdf:<xsl:param>"admon.graphics.path=$(boost-images)/"
|
||||||
<format>pdf:<xsl:param>boost.url.prefix=https://www.boost.org/doc/libs/release/libs/regex/doc/html
|
<format>pdf:<xsl:param>"boost.url.prefix=https://www.boost.org/doc/libs/release/libs/integer/doc/html"
|
||||||
;
|
;
|
||||||
|
|
||||||
install pdfinstall : standalone/<format>pdf : <location>. <install-type>PDF ;
|
install pdfinstall : standalone/<format>pdf : <location>. <install-type>PDF ;
|
||||||
|
Reference in New Issue
Block a user