mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Boost root fixes
[SVN r24676]
This commit is contained in:
parent
ca5f8e4d93
commit
f73de4252d
@ -11,7 +11,7 @@
|
||||
<xsl:param name="max-columns" select="78"/>
|
||||
|
||||
<!-- The root of the Boost directory -->
|
||||
<xsl:param name="boost.root" select="'./'"/>
|
||||
<xsl:param name="boost.root" select="'../..'"/>
|
||||
|
||||
<!-- A space-separated list of libraries to include in the
|
||||
output. If this list is empty, all libraries will be included. -->
|
||||
@ -86,7 +86,8 @@
|
||||
<xsl:text>Header <</xsl:text>
|
||||
<ulink>
|
||||
<xsl:attribute name="url">
|
||||
<xsl:text>../../</xsl:text>
|
||||
<xsl:value-of select="$boost.root"/>
|
||||
<xsl:text>/</xsl:text>
|
||||
<xsl:value-of select="@name"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="@name"/>
|
||||
|
@ -25,7 +25,8 @@
|
||||
<xsl:value-of select="$node/attribute::url"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="concat('../../libs/',
|
||||
<xsl:value-of select="concat($boost.root,
|
||||
'/libs/',
|
||||
$node/attribute::dirname,
|
||||
'/index.html')"/>
|
||||
</xsl:otherwise>
|
||||
|
@ -28,11 +28,12 @@
|
||||
|
||||
<!-- location of the various Boost elements -->
|
||||
|
||||
<xsl:param name = "boost.image.src" select = "'../../c++boost.gif'"/>
|
||||
<xsl:param name = "boost.root" select = "'../..'"/>
|
||||
<xsl:param name = "boost.image.src"
|
||||
select = "concat($boost.root, '/c++boost.gif')"/>
|
||||
<xsl:param name = "boost.image.alt" select = "'c++boost.gif (8819 bytes)'"/>
|
||||
<xsl:param name = "boost.image.w" select = "277"/>
|
||||
<xsl:param name = "boost.image.h" select = "86"/>
|
||||
<xsl:param name = "boost.root" select = "'../..'"/>
|
||||
<xsl:param name = "boost.libraries" select = "'libraries.html'"/>
|
||||
|
||||
<!-- header -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user