summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rwxr-xr-xwscript6
1 files changed, 6 insertions, 0 deletions
diff --git a/wscript b/wscript
index 900f7294..3302ec58 100755
--- a/wscript
+++ b/wscript
@@ -139,6 +139,12 @@ def build(bld):
bld(rule=my_copy, target=x)
bld.add_group()
+
+ for x in bld.path.ant_glob('yaml\\**\**.yaml'):
+ bld(rule=my_copy, target=x)
+ bld.add_group()
+
+
for x in bld.path.ant_glob('video\\**\**.mp4'):
bld(rule=my_copy, target=x)
bld.add_group()