aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--build.xml5
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 31b728f..17e3ba1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/dist/
/lib
/bin/phar-bdrem.php
+/README.html
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>