mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Add default path for callouts to xhtml.
[SVN r51321]
This commit is contained in:
parent
e272daa32e
commit
05343b86e4
@ -46,6 +46,8 @@
|
||||
select = "concat($boost.root, '/doc/xhtml/images/')"/>
|
||||
<xsl:param name = "navig.graphics.path"
|
||||
select = "concat($boost.root, '/doc/xhtml/images/')"/>
|
||||
<xsl:param name = "callout.graphics.path"
|
||||
select = "concat($boost.root, '/doc/src/images/callouts/')"/>
|
||||
|
||||
|
||||
<xsl:param name="admon.style">
|
||||
@ -75,6 +77,7 @@ section toc
|
||||
set toc,title
|
||||
</xsl:param>
|
||||
|
||||
|
||||
<xsl:template name="format.cvs.revision">
|
||||
<xsl:param name="text"/>
|
||||
|
||||
@ -307,4 +310,3 @@ set toc,title
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user