mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed examples compilation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@740 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
59a52529e4
commit
0ea1644f9e
3 changed files with 10 additions and 16 deletions
|
|
@ -236,7 +236,7 @@
|
|||
|
||||
<target name="documentation" depends="boost.generate,boost.doc" description="generate documentation"/>
|
||||
|
||||
<target name="boost" depends="boost.generate,boost.convert,boost.test,boost.doc" description="convert to boost with documentation and tests"/>
|
||||
<target name="boost" depends="boost.generate,boost.convert,boost.doc,boost.test" description="convert to boost with documentation and tests"/>
|
||||
|
||||
<target name="release" depends="documentation,package" description="produce release packages">
|
||||
<fail unless="version" message="missing version property"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue