summaryrefslogtreecommitdiff
path: root/web/wscript
blob: d9ebc76ab01b15b4d60bff7425626c3d8d71c94e (plain)
1
2
3
4
5

def build(bld):
    for file in ('index.html',):
        bld.install_files('${PREFIX}/share/dcpomatic2/web', file)