Release 0.6.6
[grauphel.git] / build.xml
index b2715571c34a0b25ba33472f20cb749c5380a780..68df15c06f97d440b2fe27b721b4b9c78a324a33 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -22,6 +22,8 @@
    <exclude name="**/.gitignore"/>
    <exclude name="**/build.xml"/>
    <exclude name="**/README.html"/>
+   <exclude name="**/LICENSE"/>
+   <exclude name="tools/*.xsd"/>
   </fileset>
 
   <target name="zip" description="Create zip file for release">
@@ -39,4 +41,9 @@
     </tar>
   </target>
 
+ <target name="docs" description="render documentation">
+  <rst file="README.rst"/>
+  <rst file="docs/howto.rst"/>
+ </target>
+
 </project>