summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-05-24 02:09:53 +0200
committerMichael Bien <[email protected]>2010-05-24 02:09:53 +0200
commit7a34bdfe27c94784f31236b5797adabe6ee73f96 (patch)
treea9bc0e8793dbb99e04e2e453ff681f7bb040a887
parent7695f8eee4af8be3b86a0b6473cc60327ad8d9a3 (diff)
zip javadoc.
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 6994438f..63f17725 100644
--- a/build.xml
+++ b/build.xml
@@ -307,6 +307,8 @@
<excludepackage name="com.jogamp.opencl.impl"/>
</javadoc>
+
+ <zip destfile="${dist.javadoc.dir}/../jocl-javadoc.zip" basedir="${dist.javadoc.dir}"/>
</target>
</project>