Move Mako-related files into a new sub-directory.

There’s gonna be more of them.
This commit is contained in:
Simon Sapin 2016-04-18 16:16:57 +02:00
parent b7eb720c74
commit 7787b21e30
8 changed files with 10 additions and 6 deletions

View file

@ -12,7 +12,7 @@ cd "$(dirname $0)/../.."
# etc/doc.servo.org/index.html overwrites $(mach rust-root)/doc/index.html
cp etc/doc.servo.org/* target/doc/
python components/style/build_properties_rs.py servo html
python components/style/properties/build.py servo html
ghp-import -n target/doc
git push -qf https://${TOKEN}@github.com/servo/doc.servo.org.git gh-pages