diff options
Diffstat (limited to 'web/wscript')
| -rw-r--r-- | web/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/wscript b/web/wscript new file mode 100644 index 000000000..d9ebc76ab --- /dev/null +++ b/web/wscript @@ -0,0 +1,5 @@ + +def build(bld): + for file in ('index.html',): + bld.install_files('${PREFIX}/share/dcpomatic2/web', file) + |
