mirror of https://github.com/rwf2/Rocket.git
Clean-up before creating docs to avoid dependencies in docs.
This commit is contained in:
parent
dc677124c6
commit
7c78994b70
|
@ -17,6 +17,9 @@ function mk_doc() {
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# We need to clean-up beforehand so we don't get all of the dependencies.
|
||||||
|
cargo clean
|
||||||
|
|
||||||
mk_doc $LIB_DIR
|
mk_doc $LIB_DIR
|
||||||
mk_doc $CODEGEN_DIR
|
mk_doc $CODEGEN_DIR
|
||||||
mk_doc $CONTRIB_DIR
|
mk_doc $CONTRIB_DIR
|
||||||
|
|
Loading…
Reference in New Issue