Boost logo

Boost-Build :

Subject: [Boost-build] Trailing slash removed from xsl:param
From: Daniel James (daniel_at_[hidden])
Date: 2013-04-28 13:44:51


Hi,

I'm getting some broken links in the documentation build because of
what appears to be a change in Boost.Build. In the accumulators
documentation build (at libs/accumulators/doc/Jamfile.v2), the
'doxygen statsdoc' rule has the attribute:

    <xsl:param>boost.doxygen.formuladir=images/accumulators/

On release this results in the xsltproc parameter:

   --stringparam boost.doxygen.formuladir "images/accumulators/"

But on trunk it's:

    --stringparam boost.doxygen.formuladir "images/accumulators"

The trailing slash has been removed. Any idea what might have caused this?

thanks,

Daniel


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk