mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed boost image linking
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@586 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
4cd3d08e3e
commit
526d603260
2 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ boostbook standalone
|
||||||
mock
|
mock
|
||||||
:
|
:
|
||||||
<dependency>reference
|
<dependency>reference
|
||||||
<xsl:param>boost.image.src=../images/boost.png
|
<xsl:param>boost.image.src=images/boost.png
|
||||||
<xsl:param>chunk.first.sections=1
|
<xsl:param>chunk.first.sections=1
|
||||||
# <xsl:param>toc.max.depth=3
|
# <xsl:param>toc.max.depth=3
|
||||||
<xsl:param>toc.section.depth=4
|
<xsl:param>toc.section.depth=4
|
||||||
|
|
|
||||||
|
|
@ -129,6 +129,7 @@
|
||||||
</copy>
|
</copy>
|
||||||
<copy todir="${boost.dir}/libs/mock/doc/html">
|
<copy todir="${boost.dir}/libs/mock/doc/html">
|
||||||
<fileset dir="${env.BOOST_ROOT}/doc/src" includes="**/*.css,**/**.png"/>
|
<fileset dir="${env.BOOST_ROOT}/doc/src" includes="**/*.css,**/**.png"/>
|
||||||
|
<fileset dir="boost/doc" includes="images/*.png"/>
|
||||||
</copy>
|
</copy>
|
||||||
<copy todir="${boost.dir}/libs/mock" overwrite="true">
|
<copy todir="${boost.dir}/libs/mock" overwrite="true">
|
||||||
<fileset dir="${tests.dir}" includes="test/**"/>
|
<fileset dir="${tests.dir}" includes="test/**"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue