mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Added target descriptions
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@654 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
87cd09bdd4
commit
367f772575
1 changed files with 2 additions and 2 deletions
|
|
@ -223,9 +223,9 @@
|
|||
</zip>
|
||||
</target>
|
||||
|
||||
<target name="documentation" depends="boost.generate,boost.doc"/>
|
||||
<target name="documentation" depends="boost.generate,boost.doc" description="generate documentation"/>
|
||||
|
||||
<target name="boost" depends="boost.generate,boost.convert,boost.doc,boost.test"/>
|
||||
<target name="boost" depends="boost.generate,boost.convert,boost.doc,boost.test" description="convert to boost with documentation and tests"/>
|
||||
|
||||
<target name="all" depends="configure,test,bench,reports,export,package" description="configure, build and run tests and benchmark, export and package distribution"/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue