Fix the doc build step.

This commit is contained in:
Jack Moffitt 2014-09-27 16:17:11 -06:00
parent 1b5fac5bde
commit 3d0ae07d77

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