mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 23:13:58 +00:00
introduce boost.header.path parameters, pointing to boost header files (defaults to boost.root for
backwards compatibility). [SVN r32438]
This commit is contained in:
parent
124a093231
commit
51b1cb4bea
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
<!-- The root of the Boost directory -->
|
<!-- The root of the Boost directory -->
|
||||||
<xsl:param name="boost.root" select="'../..'"/>
|
<xsl:param name="boost.root" select="'../..'"/>
|
||||||
|
<xsl:param name="boost.header.root" select="$boost.root"/>
|
||||||
|
|
||||||
<!-- A space-separated list of libraries to include in the
|
<!-- A space-separated list of libraries to include in the
|
||||||
output. If this list is empty, all libraries will be included. -->
|
output. If this list is empty, all libraries will be included. -->
|
||||||
@ -90,7 +91,7 @@
|
|||||||
<xsl:text>Header <</xsl:text>
|
<xsl:text>Header <</xsl:text>
|
||||||
<ulink>
|
<ulink>
|
||||||
<xsl:attribute name="url">
|
<xsl:attribute name="url">
|
||||||
<xsl:value-of select="$boost.root"/>
|
<xsl:value-of select="$boost.header.root"/>
|
||||||
<xsl:text>/</xsl:text>
|
<xsl:text>/</xsl:text>
|
||||||
<xsl:value-of select="@name"/>
|
<xsl:value-of select="@name"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user