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:
Mick Semb Wever 2020-09-02 18:15:54 +02:00
parent e973344305
commit 3db64445f9
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
1 changed files with 1 additions and 0 deletions

View File

@ -381,6 +381,7 @@
<target name="realclean" depends="clean" description="Remove the entire build directory and all downloaded artifacts">
<delete dir="${build.dir}" />
<delete dir="${doc.dir}/build" />
<delete dir="${doc.dir}/source/tools/nodetool" />
</target>
<!--