servo/tests/wpt/web-platform-tests/docs/frontend.py

8 lines
146 B
Python

import subprocess
import os
here = os.path.dirname(__file__)
def build(*args, **kwargs):
subprocess.check_call(["make", "html"], cwd=here)