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:
mat007 2013-01-24 22:38:43 +00:00
parent 4cd3d08e3e
commit 526d603260
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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/**"/>