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

@ -129,6 +129,7 @@
</copy>
<copy todir="${boost.dir}/libs/mock/doc/html">
<fileset dir="${env.BOOST_ROOT}/doc/src" includes="**/*.css,**/**.png"/>
<fileset dir="boost/doc" includes="images/*.png"/>
</copy>
<copy todir="${boost.dir}/libs/mock" overwrite="true">
<fileset dir="${tests.dir}" includes="test/**"/>