aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 1cd70e1..007885b 100644
--- a/build.xml
+++ b/build.xml
@@ -285,7 +285,10 @@
</replaceregexp>
</filterchain>
</copy>
- <!--<move file="${websitedir}/pirum.html" tofile="${websitedir}/index.html" overwrite="true" />-->
+
+ <!-- overwrite pirum generated index with our own -->
+ <copy file="${websitedir}/our-index.html" tofile="${websitedir}/index.html" overwrite="true" />
+
<!-- add our custom css -->
<append
destFile="${websitedir}/pirum.css"