aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index a51bdbb..0289c38 100644
--- a/build.xml
+++ b/build.xml
@@ -227,7 +227,10 @@
<param value="${fname}"/>
</php>
<!--<echo msg="${fname} - ${outfile}"/>-->
- <exec command="rst2html ${fname} > dist/${outfile}" checkreturn="1"/>
+ <exec
+ command="rst2html --exit-status=2 ${fname} > dist/${outfile}"
+ checkreturn="1"
+ />
</target>