aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 8d8b07c..cd8397d 100644
--- a/build.xml
+++ b/build.xml
@@ -74,4 +74,9 @@
</copy>
</target>
+
+ <target name="docs" description="render documentation">
+ <rst file="README.rst"/>
+ </target>
+
</project>