add doxygen target

0.6.0-stable
Sean Dague 2008-09-11 15:18:02 +00:00
parent f3497d9f57
commit 6238c0f33b
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@
</nunit2>
</target>
<target name="doxygen">
<exec program="doxygen" workingdir="doc" commandline="doxygen.conf" />
</target>
<target name="dist" depends="distdir">
<zip zipfile="${projectdir}.zip">