diff options
author | 2015-09-28 14:00:01 +0300 | |
---|---|---|
committer | 2015-09-28 14:00:01 +0300 | |
commit | 8de7a0225f9c4487be5e8ddb9a34d4c2eff6db8e (patch) | |
tree | b92a423f8dba7783907becbd257c71a34feeb1d8 /wscript | |
parent | e03fd92b0404acde51f228b695fb9f34fe8c26f6 (diff) |
packet builder docs v0.04
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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() |