diff options
author | 2015-09-02 05:45:42 +0300 | |
---|---|---|
committer | 2015-09-02 05:45:42 +0300 | |
commit | 8f9298ac71ee09f3ebb36ef5ac2724e8f986e0da (patch) | |
tree | e61db21c8cbb2382c031bf2d94727a7f85936994 /wscript | |
parent | 41b6fc7e9beb319bf15aa70be3565092831acf3c (diff) |
add packet builder
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -186,6 +186,9 @@ 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_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()}', |