Merge pull request #3506 from metajack/fix-doc-build

Fix the doc build step.

Reviewed-by: SimonSapin
This commit is contained in:
bors-servo 2014-09-27 18:24:28 -06:00
commit 089d1fbd16

View file

@ -7,6 +7,7 @@
set -e
mkdir -p target/doc
./mach bootstrap-rust
cp -R rust/doc/* target/doc/
cp etc/doc.servo.org/* target/doc/
./mach doc # After copying rust/doc, so that the crate index is correct