use our own index file instead of pirum generated index
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@722 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
71aaf514b1
commit
603cb2e544
1 changed files with 4 additions and 1 deletions
|
@ -285,7 +285,10 @@
|
||||||
</replaceregexp>
|
</replaceregexp>
|
||||||
</filterchain>
|
</filterchain>
|
||||||
</copy>
|
</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 -->
|
<!-- add our custom css -->
|
||||||
<append
|
<append
|
||||||
destFile="${websitedir}/pirum.css"
|
destFile="${websitedir}/pirum.css"
|
||||||
|
|
Loading…
Reference in a new issue