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:
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user