summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 68e6e280c1..2609e5af12 100644
--- a/build.xml
+++ b/build.xml
@@ -983,6 +983,9 @@ GENERATES A DISTRIBUTION
perm="ugo+rx"
/>
<!-- Copy the API, examples and man -->
+ <copy todir="${dist.current.dir}/doc/${dist.name}">
+ <fileset dir="${docs.dir}" includes="README,LICENSE"/>
+ </copy>
<copy todir="${dist.current.dir}/doc/${dist.name}/api">
<fileset dir="${api.lib.dir}"/>
</copy>