introduce boost.header.path parameters, pointing to boost header files (defaults to boost.root for

backwards compatibility).


[SVN r32438]
This commit is contained in:
João Abecasis 2006-01-27 15:18:17 +00:00
parent 124a093231
commit 51b1cb4bea

View File

@ -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 &lt;</xsl:text> <xsl:text>Header &lt;</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>