$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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