add doxygen target

This commit is contained in:
Sean Dague
2008-09-11 15:18:02 +00:00
parent f3497d9f57
commit 6238c0f33b

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