File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,13 @@ newer Rust features are only available on newer Rust toolchains:
51
51
52
52
## Platform support
53
53
54
- [ Platform-specific documentation of libc's master branch for all supported platforms ] [ docs.master ] .
54
+ [ Platform-specific documentation ( master branch) ] [ docs.master ] .
55
55
56
- See [ ` ci/build.sh ` ] ( ci/build.sh ) for the platforms on which ` libc ` is
57
- guaranteed to build for each Rust toolchain. The test-matrix at [ Travis-CI] ,
58
- [ Appveyor] , and [ Cirrus-CI] show the platforms in which ` libc ` tests are run.
56
+ See
57
+ [ ` ci/build.sh ` ] ( https://github.com/rust-lang/libc/blob/master/libc-test/build.rs )
58
+ for the platforms on which ` libc ` is guaranteed to build for each Rust
59
+ toolchain. The test-matrix at [ Travis-CI] , [ Appveyor] , and [ Cirrus-CI] show the
60
+ platforms in which ` libc ` tests are run.
59
61
60
62
<div class =" platform_docs " ></div >
61
63
@@ -98,4 +100,4 @@ dual licensed as above, without any additional terms or conditions.
98
100
[ Documentation ] : https://docs.rs/libc/badge.svg
99
101
[ docs.rs ] : https://docs.rs/libc
100
102
[ License ] : https://img.shields.io/crates/l/libc.svg
101
- [ docs.master ] : https://rust-lang.github.io/libc
103
+ [ docs.master ] : https://rust-lang.github.io/libc/#platform-specific-documentation
Original file line number Diff line number Diff line change 59
59
{ head -n " $(( line- 1 )) " $README ; cat $PLATFORM_SUPPORT ; tail -n " +$(( line+ 1 )) " $README ; } > $TARGET_DOC_DIR /$README
60
60
set -x
61
61
62
+ # Copy the licenses
63
+ cp LICENSE-* $TARGET_DOC_DIR /
64
+
62
65
# If we're on travis, not a PR, and on the right branch, publish!
63
66
if [ " $TRAVIS_PULL_REQUEST " = " false" ] && [ " $TRAVIS_BRANCH " = " master" ]; then
64
67
pip install ghp_import --install-option=" --prefix=$HOME /.local"
You can’t perform that action at this time.
0 commit comments