Customized logo and navigation bar

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@563 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-09-21 22:19:10 +00:00
parent dea0e372d3
commit 046bfc26c9
4 changed files with 390 additions and 4 deletions

View file

@ -124,13 +124,16 @@
<copy todir="${boost.dir}/boost/mock">
<fileset dir="${libraries.dir}/turtle" includes="**"/>
</copy>
<copy todir="${boost.dir}/libs/mock">
<fileset dir="${tests.dir}" includes="test/**"/>
<fileset dir="boost" includes="test/**,doc/**,index.html"/>
<copy todir="${boost.dir}/libs/mock/doc">
<fileset dir="${env.BOOST_ROOT}/tools/boostbook" includes="xsl/**,dtd/**"/>
</copy>
<copy todir="${boost.dir}/libs/mock/doc/html">
<fileset dir="${env.BOOST_ROOT}/doc/src" includes="**/*.css,**/**.png"/>
</copy>
<copy todir="${boost.dir}/libs/mock" overwrite="true">
<fileset dir="${tests.dir}" includes="test/**"/>
<fileset dir="boost" includes="test/**,doc/**,index.html"/>
</copy>
<copy todir="${boost.dir}">
<fileset dir="boost" includes="LICENSE_1_0.txt,Jamroot.jam,Jamfile.v2"/>
</copy>