web/build.py

12 lines
208 B
Python
Raw Normal View History

2020-11-02 18:37:13 +01:00
#!/usr/bin/env python
import sys
from pathlib import Path, PurePath
from negromateweb.builder import Builder
builder = Builder(
Path('../bideoak'),
Path('../libreto/libreto.pdf'),
)
builder.build()