Mantis#1333. Thank you kindly, Mikem for a patch to
sync online documentation with source code every continuous build run.0.6.0-stable
parent
de0bd2b5a0
commit
67e06fa3f6
|
@ -39,13 +39,6 @@
|
||||||
|
|
||||||
<echo message="Generating Doxygen documentation" />
|
<echo message="Generating Doxygen documentation" />
|
||||||
<exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
|
<exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
|
||||||
|
<exec program="rsync" workingdir="../doc" commandline="-avz --delete html/ /home/afrisby/public_html/docs/html/" />
|
||||||
<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" />
|
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue