mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Generate apis.html in ./mach doc
This commit is contained in:
parent
98c5710135
commit
00a1e9391c
2 changed files with 5 additions and 8 deletions
|
@ -19,14 +19,6 @@ cd "$(dirname ${0})/../.."
|
|||
|
||||
env CC=gcc-5 CXX=g++-5 ./mach doc
|
||||
|
||||
cd components/script
|
||||
cmake .
|
||||
cmake --build . --target supported-apis
|
||||
echo "Copying apis.html."
|
||||
cp apis.html ../../target/doc/servo/
|
||||
echo "Copied apis.html."
|
||||
cd ../..
|
||||
|
||||
echo "Starting ghp-import."
|
||||
ghp-import -n target/doc
|
||||
echo "Finished ghp-import."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue