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