2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 01:52:17 +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 d4fca19d9b
commit 54579c6875

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) ;