aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index ef57fb4..54456e3 100644
--- a/build.xml
+++ b/build.xml
@@ -209,7 +209,7 @@
<target name="build-docs" description="render documentation">
- <rST format="html" uptodate="false"
+ <rST format="html" uptodate="true"
toolparam="--stylesheet=res/docs/style.css"
>
<fileset dir="doc">
@@ -219,6 +219,7 @@
<include name="**/*.rst"/>
<exclude name="LICENSE.txt"/>
<exclude name="developers/TODO.rst"/>
+ <exclude name="allinone.rst"/>
</fileset>
<mapper type="regexp" from="^doc/(.+?)(.rst|.txt)?$" to="dist/docs/\1.html"/>
<!--