change target path
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user