Browse Source

Don't try to copy the javadoc if generation was skipped

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585973 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 11 years ago
parent
commit
241a7d6d0c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -936,7 +936,7 @@
</antcall>
</target>

<target name="dist_javadocs" depends="javadocs">
<target name="dist_javadocs" depends="javadocs" unless="javadoc.notrequired">
<mkdir dir="${dist.javadocs}"/>
<copy todir="${dist.javadocs}" overwrite="true">
<fileset dir="${build.javadocs}"/>


Loading…
Cancel
Save