Build docs for all crates

This commit is contained in:
Chris Wong 2016-11-22 22:23:23 +13:00
parent e05af0a326
commit 9dbba72c7e

View file

@ -6,7 +6,7 @@ base="$(dirname "$(readlink -f $0)")"
cd "$base/maud_extras"
cargo clean
cargo doc --all-features --no-deps
cargo doc -p maud -p maud_macros -p maud_extras --all-features --no-deps
cd target/doc