aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/local.include
diff options
context:
space:
mode:
authorSean Dague2008-09-11 15:18:02 +0000
committerSean Dague2008-09-11 15:18:02 +0000
commit6238c0f33be6331e30c827f982eb71b9c4c987fd (patch)
treeced15672ecde4c5dd33e4b6594db6e3bd08e9c0a /.nant/local.include
parent* Start loading prims after region module configuration rather than before (diff)
downloadopensim-SC_OLD-6238c0f33be6331e30c827f982eb71b9c4c987fd.zip
opensim-SC_OLD-6238c0f33be6331e30c827f982eb71b9c4c987fd.tar.gz
opensim-SC_OLD-6238c0f33be6331e30c827f982eb71b9c4c987fd.tar.bz2
opensim-SC_OLD-6238c0f33be6331e30c827f982eb71b9c4c987fd.tar.xz
add doxygen target
Diffstat (limited to '.nant/local.include')
-rw-r--r--.nant/local.include4
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">