aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/bamboo.build
diff options
context:
space:
mode:
Diffstat (limited to '.nant/bamboo.build')
-rw-r--r--.nant/bamboo.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index beef52d..5c0f70b 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -64,7 +64,7 @@
64<!-- 64<!--
65 <echo message="Generating Doxygen documentation" /> 65 <echo message="Generating Doxygen documentation" />
66 <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" /> 66 <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
67 <exec program="rsync" workingdir="../doc" commandline="-az --delete html/ /home/afrisby/public_html/docs/html/" /> 67 <exec program="rsync" workingdir="../doc" commandline="-az - - delete html/ /home/afrisby/public_html/docs/html/" />
68--> 68-->
69 </target> 69 </target>
70</project> 70</project>