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:
mat007 2013-05-20 10:48:34 +00:00
parent 87cd09bdd4
commit 367f772575

View file

@ -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"/>