Clean now removes gatkdocs

This commit is contained in:
Mark DePristo 2011-08-03 18:11:22 -04:00
parent acbd3d0922
commit b68ed62632
1 changed files with 5 additions and 1 deletions

View File

@ -468,6 +468,10 @@
</javadoc>
</target>
<target name="clean.gatkdocs">
<delete dir="gatkdocs"/>
</target>
<target name="gatkdocs" depends="gatk.compile"
description="Extract help key/value pair file from the JavaDoc tags.">
<path id="doclet.classpath">
@ -1076,7 +1080,7 @@
</findbugs>
</target>
<target name="clean" description="clean up" depends="tribble.clean,clean.javadoc">
<target name="clean" description="clean up" depends="tribble.clean,clean.javadoc,clean.gatkdocs">
<delete dir="out"/>
<delete dir="${build.dir}"/>
<delete dir="${lib.dir}"/>