* Committing a change to our build script to generate doxygen documentation with each build. Thanks MikeM. (Issue#1279)

0.6.0-stable
Adam Frisby 2008-05-18 23:23:39 +00:00
parent 6ec680918b
commit 7ed86b429a
2 changed files with 1369 additions and 2 deletions

View File

@ -36,5 +36,16 @@
<copy file="../${projectdir}.zip" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.zip" overwrite="true" />
<copy file="../${projectdir}.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.tar.gz" overwrite="true" />
<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" />
</target>
</project>

1356
doc/doxygen.conf Normal file

File diff suppressed because it is too large Load Diff