summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-11-08 12:38:26 +0200
committerHanoh Haim <hhaim@cisco.com>2015-11-08 12:38:26 +0200
commitc63cb853e8cc626cae04c49ff63cddc42364648e (patch)
tree408da2bb146a2c4eac7f1ffe11eabc7eebde56ac /wscript
parente91c3198269b84ca0dbab2004729e5826b8c7436 (diff)
add trex_console proposal
Diffstat (limited to 'wscript')
-rwxr-xr-xwscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index 3302ec58..c7111c60 100755
--- a/wscript
+++ b/wscript
@@ -203,6 +203,9 @@ def build(bld):
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_peek.asciidoc waf.css', target='trex_control_plane_peek.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_console.asciidoc waf.css', target='trex_console.html', scan=ascii_doc_scan)
+
# generate control plane documentation
export_path = os.path.join(os.getcwd(), 'build', 'cp_docs')
trex_core_git_path = os.getenv('TREX_CORE_GIT', None)