summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDan Klein <danklei@cisco.com>2015-09-29 21:51:08 +0300
committerDan Klein <danklei@cisco.com>2015-09-29 21:51:08 +0300
commit1dda8daba36f404c26cee1ccea31378d1d1d9f9c (patch)
tree7ef53d59e31762747e3a663995f204c11c6bd248 /wscript
parent0e90f9e313d52a4bde41c6576ffef1741eac10e3 (diff)
parentabe95553daeb657d6f4465dc8252c8caac01739f (diff)
Merge remote-tracking branch 'origin/master'
# Conflicts: # .gitignore
Diffstat (limited to 'wscript')
-rwxr-xr-xwscript12
1 files changed, 12 insertions, 0 deletions
diff --git a/wscript b/wscript
index 62ed702b..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()
@@ -186,6 +192,12 @@ def build(bld):
source='vm_doc.asciidoc waf.css', target='vm_doc.html', scan=ascii_doc_scan)
bld(rule='${ASCIIDOC} -a stylesheet=${SRC[1].abspath()} -a icons=true -a toc2 -a max-width=55em -o ${TGT} ${SRC[0].abspath()}',
+ source='packet_builder_yaml.asciidoc waf.css', target='packet_builder_yaml.html', scan=ascii_doc_scan)
+
+ bld(rule='${ASCIIDOC} -a stylesheet=${SRC[1].abspath()} -a icons=true -a toc2 -a max-width=55em -o ${TGT} ${SRC[0].abspath()}',
+ source='trex_rpc_server_spec.asciidoc waf.css', target='trex_rpc_server_spec.html', scan=ascii_doc_scan)
+
+ bld(rule='${ASCIIDOC} -a stylesheet=${SRC[1].abspath()} -a icons=true -a toc2 -a max-width=55em -o ${TGT} ${SRC[0].abspath()}',
source='trex_control_plane_design_phase1.asciidoc waf.css', target='trex_control_plane_design_phase1.html', scan=ascii_doc_scan)
bld(rule='${ASCIIDOC} -a stylesheet=${SRC[1].abspath()} -a icons=true -a toc2 -a max-width=55em -o ${TGT} ${SRC[0].abspath()}',