* Committing a change to our build script to generate doxygen documentation with each build. Thanks MikeM. (Issue#1279)
parent
6ec680918b
commit
7ed86b429a
|
@ -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>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue