diff options
Diffstat (limited to '.nant/bamboo.build')
-rw-r--r-- | .nant/bamboo.build | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 79a9792..5577dd9 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -39,13 +39,6 @@ | |||
39 | 39 | ||
40 | <echo message="Generating Doxygen documentation" /> | 40 | <echo message="Generating Doxygen documentation" /> |
41 | <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" /> | 41 | <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" /> |
42 | 42 | <exec program="rsync" workingdir="../doc" commandline="-avz --delete html/ /home/afrisby/public_html/docs/html/" /> | |
43 | <tar destfile="../${projectdir}-doc-html.tar.gz" compression="GZip"> | ||
44 | <fileset basedir=".."> | ||
45 | <include name="doc/html/**" /> | ||
46 | </fileset> | ||
47 | </tar> | ||
48 | |||
49 | <copy file="../${projectdir}-doc-html.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK-doc-html.tar.gz" overwrite="true" /> | ||
50 | </target> | 43 | </target> |
51 | </project> | 44 | </project> |