diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-05-26 21:39:06 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-05-26 21:39:06 +0200 |
commit | b55b3a6c670c5af99671c2d6c77cbf0d15954728 (patch) | |
tree | 5842cb96cf4bf00d56d0cedacb3eedb24845136f | |
parent | df4c6af956dd064f6ed2a82a89b7ff5931a5c8af (diff) | |
download | semanticscuttle-b55b3a6c670c5af99671c2d6c77cbf0d15954728.tar.gz semanticscuttle-b55b3a6c670c5af99671c2d6c77cbf0d15954728.tar.bz2 |
hint about docutils
-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="."> |