summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-08-23 08:48:31 +0300
committerHanoh Haim <hhaim@cisco.com>2015-08-23 08:48:31 +0300
commit41b6fc7e9beb319bf15aa70be3565092831acf3c (patch)
tree65f3553a8c01b1839c57e58f14f1c33140c7ae8e /wscript
parent80e6e38bea8e0249a86eb0d97d2ebc8f10d4795c (diff)
git vm commands
Diffstat (limited to 'wscript')
-rwxr-xr-xwscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index 9517813f..62ed702b 100755
--- a/wscript
+++ b/wscript
@@ -183,6 +183,9 @@ def build(bld):
source='trex_vm_manual.asciidoc waf.css', target='trex_vm_manual.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='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_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()}',