diff options
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |