Auto merge of #13448 - Manishearth:fx-doc, r=Ms2ger

Fix doc build (fixes #12964)

r? @Ms2ger

<!-- 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/13448)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-09-27 03:35:58 -05:00 committed by GitHub
commit 2474393d15

View file

@ -18,7 +18,7 @@ cd "$(dirname ${0})/../.."
# etc/doc.servo.org/index.html overwrites $(mach rust-root)/doc/index.html
cp etc/doc.servo.org/* target/doc/
python components/style/properties/build.py servo html
python components/style/properties/build.py servo html regular
cd components/script
cmake .