Auto merge of #13454 - servo:jdm-patch-5, r=aneeshusa

Fix destination of cp in doc build.

Fixes #12964.

<!-- 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/13454)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-09-29 02:18:51 -07:00 committed by GitHub
commit 89301826f4

View file

@ -23,7 +23,7 @@ python components/style/properties/build.py servo html regular
cd components/script
cmake .
cmake --build . --target supported-apis
cp apis.html target/doc/servo/
cp apis.html ../../target/doc/servo/
cd ../..
ghp-import -n target/doc