aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index ec7301b0..ba696723 100644
--- a/build.xml
+++ b/build.xml
@@ -74,11 +74,15 @@
<antcall target="-integrateSnippet">
<param name="transformationName" value="Data" />
</antcall>
+ <antcall target="-integrateSnippet">
+ <param name="transformationName" value="Cleanup" />
+ </antcall>
<mkdir dir="dist" />
<tar destfile="dist/website.tar">
<tarfileset dir="build/website" />
<tarfileset dir="doc/api" prefix="api" />
</tar>
+ <echo>If you want to publish the website to the web, run the website/publish script.</echo>
</target>
<target name="-integrateSnippet">