Fix doc build (fixes #12964)

This commit is contained in:
Manish Goregaokar 2016-09-27 10:16:53 +02:00
parent ef1b594f48
commit 19456d45e6

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 .