change target path
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<project name="Kotlin standard library" default="document">
|
||||
<!-- Generates the standard library documentation using Dokka. -->
|
||||
|
||||
<typedef resource="dokka-antlib.xml">
|
||||
<classpath>
|
||||
<pathelement path="${dokka.path}/dokka.jar"/>
|
||||
@@ -17,6 +16,6 @@
|
||||
</target>
|
||||
|
||||
<target name="zip" depends="document">
|
||||
<zip destfile="stdlib-docs.zip" basedir="doc/stdlib"/>
|
||||
<zip destfile="target/stdlib-docs.zip" basedir="doc/stdlib"/>
|
||||
</target>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user