Copying only css and png from boost documentation

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@559 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-09-15 20:26:39 +00:00
parent 296c83319c
commit 9414f88bf8

View file

@ -129,7 +129,7 @@
<fileset dir="boost" includes="test/**,doc/**,index.html"/> <fileset dir="boost" includes="test/**,doc/**,index.html"/>
</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"/> <fileset dir="${env.BOOST_ROOT}/doc/src" includes="**/*.css,**/**.png"/>
</copy> </copy>
<copy todir="${boost.dir}"> <copy todir="${boost.dir}">
<fileset dir="boost" includes="LICENSE_1_0.txt,Jamroot.jam,Jamfile.v2"/> <fileset dir="boost" includes="LICENSE_1_0.txt,Jamroot.jam,Jamfile.v2"/>