mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
parent
dea0e372d3
commit
046bfc26c9
4 changed files with 390 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue