summaryrefslogtreecommitdiffstats
path: root/ws_main.py
diff options
context:
space:
mode:
Diffstat (limited to 'ws_main.py')
-rwxr-xr-xws_main.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ws_main.py b/ws_main.py
index 8b2f99b6..762bb7b2 100755
--- a/ws_main.py
+++ b/ws_main.py
@@ -909,6 +909,9 @@ def build(bld):
source='trex_stateless.asciidoc waf.css', target='trex_stateless.html',scan=ascii_doc_scan);
bld(rule=convert_to_html_toc_book,
+ source='trex_stateless_bench.asciidoc waf.css', target='trex_stateless_bench.html',scan=ascii_doc_scan);
+
+ bld(rule=convert_to_html_toc_book,
source='trex_book.asciidoc waf.css', target='trex_manual.html',scan=ascii_doc_scan);
bld(rule=convert_to_html_toc_book,