diff options
Diffstat (limited to '.nant')
-rw-r--r-- | .nant/local.include | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include index df27359..8ebc11c 100644 --- a/.nant/local.include +++ b/.nant/local.include | |||
@@ -61,6 +61,10 @@ | |||
61 | </nunit2> | 61 | </nunit2> |
62 | </target> | 62 | </target> |
63 | 63 | ||
64 | <target name="doxygen"> | ||
65 | <exec program="doxygen" workingdir="doc" commandline="doxygen.conf" /> | ||
66 | </target> | ||
67 | |||
64 | 68 | ||
65 | <target name="dist" depends="distdir"> | 69 | <target name="dist" depends="distdir"> |
66 | <zip zipfile="${projectdir}.zip"> | 70 | <zip zipfile="${projectdir}.zip"> |