diff options
| author | Steven Fackler <[email protected]> | 2017-07-30 12:12:34 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-07-30 12:12:34 -0700 |
| commit | ce2f5500ca07e42f10d1817dbbe3a9b0f576f474 (patch) | |
| tree | 89d16397516c2d8076f925feced3e0fd8bcfe98f | |
| parent | Add peer_cert_chain (diff) | |
| download | rust-openssl-ce2f5500ca07e42f10d1817dbbe3a9b0f576f474.tar.xz rust-openssl-ce2f5500ca07e42f10d1817dbbe3a9b0f576f474.zip | |
Delete old script
| -rwxr-xr-x | build_docs.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/build_docs.sh b/build_docs.sh deleted file mode 100755 index c41fd675..00000000 --- a/build_docs.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -set -e - -export CARGO_TARGET_DIR=target - -for toml in $(find . -maxdepth 2 -name "Cargo.toml"); do - cargo update --manifest-path $toml || true - features=$(cargo read-manifest --manifest-path $toml | jq -r '.features|keys|join(" ")') - cargo doc --no-deps --manifest-path $toml --features "$features" -done |