diff options
-rw-r--r-- | .nant/bamboo.build | 2 |
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> |