2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-22 15:22:11 +00:00

Removed double quoting of Doxygen title.

Fixes: http://lists.boost.org/boost-users/2007/12/32523.php

[SVN r41888]
This commit is contained in:
John Maddock
2007-12-08 16:04:34 +00:00
parent dc4fc3b1e1
commit abc565d2e3

View File

@@ -299,7 +299,7 @@ rule xml-to-boostbook ( target : source : properties * )
}
for local title in [ feature.get-values <reftitle> : $(properties) ]
{
xslt-properties += "<xsl:param>boost.doxygen.reftitle=\"$(title)\"" ;
xslt-properties += "<xsl:param>boost.doxygen.reftitle=$(title)" ;
}
xsltproc.xslt $(target) : $(source) $(d2b-xsl) : $(xslt-properties) ;