]> source.dussan.org Git - vaadin-framework.git/commitdiff
Ensure that temporary xsl template used in docbook building is really deleted
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 7 Feb 2007 13:01:12 +0000 (13:01 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 7 Feb 2007 13:01:12 +0000 (13:01 +0000)
svn changeset:517/svn branch:toolkit

build/build.xml

index 825ae68d37060088b89935406a102e8252284315..8def8463aca9cc9d6dbc0366a445a218446df1e2 100644 (file)
 </target>
 
 <target name="manual-html" depends="init">
+<delete file="build/docbook/conf/temp.xsl" />
 <copy file="build/docbook/conf/custom-html-docbook.xsl" tofile="build/docbook/conf/temp.xsl">
        <filterchain>
                <replacetokens>
 <!-- Clean results - - - - - - - - - - - - - - - - - - - - - - - - - -->
 <target name="clean-all" depends="">
 <delete dir="build/result" />
+<delete file="build/docbook/conf/temp.xsl" />
 </target>
 
 </project>