Auto merge of #17244 - servo:jdm-patch-3, r=emilio

Copy all geckolib dependency docs for upload.

Attempt to fix the doc uploading process which is permafailing in #17243.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17244)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-06-10 18:03:30 -07:00 committed by GitHub
commit ab77d03c3b

View file

@ -20,7 +20,9 @@ cp etc/doc.servo.org/* target/doc/
./mach cargo-geckolib doc
mkdir target/doc/geckolib
cp target/geckolib/doc/* target/doc/geckolib/
# Use recursive copy here to avoid `cp` returning an error code
# when it encounters directories.
cp -r target/geckolib/doc/* target/doc/geckolib/
python components/style/properties/build.py servo html regular