summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-11-09 01:15:12 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-11-09 01:15:12 +0100
commit5cd46e5a0da3841719d0676a06c963c70c5a524c (patch)
tree51b46c3c794f4be7922142c2adc66a5907d47b33 /build.xml
parent151b2f7d102a5988b63255d27c9ad78202c16355 (diff)
Created theme for apigen4, wsat doc fixes
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 90ca164c..cd8e665f 100644
--- a/build.xml
+++ b/build.xml
@@ -191,14 +191,15 @@
executable="bin/apigen"
source="${build.src.dir}/framework"
destination="${build.doc.dir}/manual"
- exclude="*pradolite.php,*prado-cli.php,*3rdParty/*,*Javascripts/source/*,*packages.php,*JSMin.php,*I18N/core/*,*WebControls/assets/*"
+ exclude="*pradolite.php,*prado-cli.php,*3rdParty/*,*Javascripts/source/*,*packages.php,*JSMin.php,*I18N/core/*,*WebControls/assets/*,*Wsat/pages,*Wsat/themes"
title="PRADO v${prado.version} API Manual"
deprecated="true"
todo="true"
sourcecode="false"
php="false"
+ templateconfig="buildscripts/apigen/pradosoft/config.neon"
/>
-<!-- templateconfig="buildscripts/apigen/pradosoft/config.neon" -->
+
<echo>Indexing API manuals...</echo>
<prado-api-index docdir="${build.doc.dir}/manual" todir="${build.doc.dir}/manual"/>
<copy file="buildscripts/index/search.php" todir="${build.doc.dir}/manual" />
@@ -225,11 +226,11 @@
<echo>Moving doc files to build...</echo>
<mkdir dir="${build.dist.dir}"/>
<move file="${build.doc.dir}/quickstart.pdf" todir="${build.src.dir}/docs"/>
- <move todir="${build.src.dir}/docs/manual">
+ <copy todir="${build.src.dir}/docs/manual">
<fileset dir="${build.doc.dir}/manual">
<include name="**/**"/>
</fileset>
- </move>
+ </copy>
<echo>Generating compressed distribution files...</echo>
<if>