diff options
-rw-r--r-- | build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -207,7 +207,8 @@ </target> - + <!-- you need to have the python docutils package installed, since + we use the rst2html tool --> <target name="build-docs"> <foreach param="fname" absparam="abs-fname" target="build-doc-file"> <fileset dir="."> |