Clean now removes gatkdocs
This commit is contained in:
parent
acbd3d0922
commit
b68ed62632
|
|
@ -468,6 +468,10 @@
|
||||||
</javadoc>
|
</javadoc>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="clean.gatkdocs">
|
||||||
|
<delete dir="gatkdocs"/>
|
||||||
|
</target>
|
||||||
|
|
||||||
<target name="gatkdocs" depends="gatk.compile"
|
<target name="gatkdocs" depends="gatk.compile"
|
||||||
description="Extract help key/value pair file from the JavaDoc tags.">
|
description="Extract help key/value pair file from the JavaDoc tags.">
|
||||||
<path id="doclet.classpath">
|
<path id="doclet.classpath">
|
||||||
|
|
@ -1076,7 +1080,7 @@
|
||||||
</findbugs>
|
</findbugs>
|
||||||
</target>
|
</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="out"/>
|
||||||
<delete dir="${build.dir}"/>
|
<delete dir="${build.dir}"/>
|
||||||
<delete dir="${lib.dir}"/>
|
<delete dir="${lib.dir}"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue