mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Copy all geckolib dependency docs for upload.
This commit is contained in:
parent
0dc7190311
commit
73496ffea8
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ cp etc/doc.servo.org/* target/doc/
|
|||
|
||||
./mach cargo-geckolib doc
|
||||
mkdir target/doc/geckolib
|
||||
cp target/geckolib/doc/* target/doc/geckolib/
|
||||
# Use recursive copy here to avoid `cp` returning an error code
|
||||
# when it encounters directories.
|
||||
cp -r target/geckolib/doc/* target/doc/geckolib/
|
||||
|
||||
python components/style/properties/build.py servo html regular
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue