added rule to compile blog asciidoc version
authoritraviv <[email protected]>
Thu, 23 Mar 2017 16:14:39 +0000 (18:14 +0200)
committeritraviv <[email protected]>
Thu, 23 Mar 2017 16:14:39 +0000 (18:14 +0200)
Signed-off-by: itraviv <[email protected]>
doc/ws_main.py

index c07464a..8d7d150 100755 (executable)
@@ -996,7 +996,7 @@ def build(bld):
         source='trex_scapy_rpc_server.asciidoc waf.css', target='trex_scapy_rpc_server.html',scan=ascii_doc_scan);
     
     bld(rule=convert_to_html_toc_book,
-        source='trex-analytics-howto.asciidoc waf.css', target='trex-analytics-howto.html',scan=ascii_doc_scan);
+        source='analyticsBlog.asciidoc waf.css', target='analyticsBlog.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)