mirror of https://github.com/apache/cassandra
Cassandra website is building/including the wrong versioned nodetool docs
patch by Mick Semb Wever; reviewed by Anthony Grasso, Benjamin Lerer for CASSANDRA-16093
This commit is contained in:
parent
e973344305
commit
3db64445f9
|
|
@ -381,6 +381,7 @@
|
||||||
<target name="realclean" depends="clean" description="Remove the entire build directory and all downloaded artifacts">
|
<target name="realclean" depends="clean" description="Remove the entire build directory and all downloaded artifacts">
|
||||||
<delete dir="${build.dir}" />
|
<delete dir="${build.dir}" />
|
||||||
<delete dir="${doc.dir}/build" />
|
<delete dir="${doc.dir}/build" />
|
||||||
|
<delete dir="${doc.dir}/source/tools/nodetool" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue