mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Added target description
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@711 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
f30600c42d
commit
f36ac7c889
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@
|
||||||
|
|
||||||
<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.test,boost.doc" description="convert to boost with documentation and tests"/>
|
||||||
|
|
||||||
<target name="release" depends="documentation,package">
|
<target name="release" depends="documentation,package" description="produce release packages">
|
||||||
<fail unless="version" message="missing version property"/>
|
<fail unless="version" message="missing version property"/>
|
||||||
<copy file="version.hpp" tofile="${out.dir}/version.hpp">
|
<copy file="version.hpp" tofile="${out.dir}/version.hpp">
|
||||||
<filterset>
|
<filterset>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue