change target path

This commit is contained in:
Dmitry Jemerov
2015-03-19 15:43:06 +01:00
parent ce39a27869
commit 17fddbac18
+1 -2
View File
@@ -1,6 +1,5 @@
<project name="Kotlin standard library" default="document"> <project name="Kotlin standard library" default="document">
<!-- Generates the standard library documentation using Dokka. --> <!-- Generates the standard library documentation using Dokka. -->
<typedef resource="dokka-antlib.xml"> <typedef resource="dokka-antlib.xml">
<classpath> <classpath>
<pathelement path="${dokka.path}/dokka.jar"/> <pathelement path="${dokka.path}/dokka.jar"/>
@@ -17,6 +16,6 @@
</target> </target>
<target name="zip" depends="document"> <target name="zip" depends="document">
<zip destfile="stdlib-docs.zip" basedir="doc/stdlib"/> <zip destfile="target/stdlib-docs.zip" basedir="doc/stdlib"/>
</target> </target>
</project> </project>