diff options
-rw-r--r-- | build.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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> |