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

@ -666,7 +666,7 @@ def check_css_properties_json(topdir):
os.remove(filename)
subprocess.check_call([
sys.executable,
path.join(topdir, "components", "style", "build_properties_rs.py"),
path.join(topdir, "components", "style", "properties", "build.py"),
"servo",
"html",
])