Tweak dox script

This commit is contained in:
Alex Crichton
2017-09-25 13:15:32 -07:00
parent 145a8694e1
commit f17ac643a1
+4
View File
@@ -15,6 +15,10 @@ dox() {
echo documenting $arch
if [ "$CI" != "" ]; then
rustup target add $target || true
fi
rm -rf target/doc/$arch
mkdir target/doc/$arch