diff options
author | 2015-09-03 06:18:10 +0300 | |
---|---|---|
committer | 2015-09-03 06:18:10 +0300 | |
commit | 0d0d3874b6b0c14e830b0cc507860b7a4a21c5f9 (patch) | |
tree | d4566bfcdf5a9f4ef20eb2fdc778c97096592989 /wscript | |
parent | 9eb5530fb7a07563a1d3bc4fddd7bcc05501c7b4 (diff) | |
parent | a6c1f99909e96e643e20f62ab536a470c48ff42f (diff) |
Merge branch 'master' of csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo/trex-doc
Conflicts:
wscript
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -186,9 +186,11 @@ 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) |