aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-07-05 19:55:01 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-07-05 19:55:01 +0200
commit846e3a38cf049266a33cb3e553fcacbcbdc0bfa3 (patch)
tree8c00412a5f43da3660ce7cbb2f4f939e46a0dac1 /build.xml
parent651d5df1f90985a28a4e7a47cf54292e6f7fefb2 (diff)
downloadsemanticscuttle-846e3a38cf049266a33cb3e553fcacbcbdc0bfa3.tar.gz
semanticscuttle-846e3a38cf049266a33cb3e553fcacbcbdc0bfa3.tar.bz2
allinone file, which we do not use for now
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"/>
<!--