On second thought, we'll take care of calling javadoc first.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@122 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Jonathan Le Plastrier
2007-01-24 02:44:32 +00:00
parent a06abd514d
commit b2cec8efc3
+1 -1
View File
@@ -243,7 +243,7 @@
</target>
<!-- creates a zipfile with our source distribution -->
<target name="snapshot" depends="javadoc">
<target name="snapshot">
<echo message="You may want to stop and run 'ant savedoc' first."/>
<delete file="${deploy.dir}/${app.name}-snapshot.zip"/>
<mkdir dir="${deploy.dir}/snapshot/${app.name}"/>