Skip to content

Commit

Permalink
pass args to doc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 1, 2016
1 parent 2c67ce5 commit d35d05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_docs.sh
Expand Up @@ -5,5 +5,5 @@ export CARGO_TARGET_DIR=target

for toml in $(find . -maxdepth 2 -name "Cargo.toml"); do
cargo update --manifest-path $toml || true
cargo doc --no-deps --manifest-path $toml
cargo doc --no-deps --manifest-path $toml "$@"
done

0 comments on commit d35d05f

Please sign in to comment.