Mantis#1333. Thank you kindly, Mikem for a patch to

sync online documentation with source code every continuous build run.
0.6.0-stable
Charles Krinke 2008-06-06 01:03:37 +00:00
parent de0bd2b5a0
commit 67e06fa3f6
1 changed files with 1 additions and 8 deletions

View File

@ -39,13 +39,6 @@
<echo message="Generating Doxygen documentation" />
<exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
<tar destfile="../${projectdir}-doc-html.tar.gz" compression="GZip">
<fileset basedir="..">
<include name="doc/html/**" />
</fileset>
</tar>
<copy file="../${projectdir}-doc-html.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK-doc-html.tar.gz" overwrite="true" />
<exec program="rsync" workingdir="../doc" commandline="-avz --delete html/ /home/afrisby/public_html/docs/html/" />
</target>
</project>