From 891c63fe892b59fcf5a5579191ea844fad9f9d07 Mon Sep 17 00:00:00 2001 From: Luciano Iam Date: Thu, 9 Apr 2020 16:34:16 +0200 Subject: Update HTML/CSS/JS frontend --- share/web_surfaces/wscript | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 share/web_surfaces/wscript (limited to 'share/web_surfaces/wscript') diff --git a/share/web_surfaces/wscript b/share/web_surfaces/wscript new file mode 100644 index 0000000000..d549abea38 --- /dev/null +++ b/share/web_surfaces/wscript @@ -0,0 +1,13 @@ +#!/usr/bin/env python +import os + +def configure(conf): + pass + +def build(bld): + datadir = os.path.join(bld.env['DATADIR'], 'web_surfaces') + surfaces = bld.path.ant_glob ('**', excl='wscript') + bld.install_files (datadir, surfaces, relative_trick=True) + +def options(opt): + pass -- cgit v1.2.3