diff options
author | 2015-09-03 05:58:38 +0300 | |
---|---|---|
committer | 2015-09-03 06:07:30 +0300 | |
commit | 9eb5530fb7a07563a1d3bc4fddd7bcc05501c7b4 (patch) | |
tree | ef8ea69709c61455cf150cba0f3a60659da3b146 /wscript | |
parent | 41b6fc7e9beb319bf15aa70be3565092831acf3c (diff) |
initial draft of RPC doc
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -186,6 +186,10 @@ 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='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()}', |