diff options
author | 2016-03-10 17:32:30 +0200 | |
---|---|---|
committer | 2016-03-10 17:32:30 +0200 | |
commit | 852e9556cbabcaa645e5def016ec47e942c35744 (patch) | |
tree | d5e06e6c4aecfec9d1ffc866d6f4322816754ace /wscript | |
parent | 0e59ebd502916bbe48fe2158c86d4c1a069789ff (diff) |
add stateless vs stateful
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -179,7 +179,7 @@ def build(bld): source='trex_book.asciidoc waf.css', target='trex_manual.html', scan=ascii_doc_scan) bld(rule='${ASCIIDOC} -a docinfo -a stylesheet=${SRC[1].abspath()} -a icons=true -a toc2 -a max-width=55em -d book -o ${TGT} ${SRC[0].abspath()}', - source='draft_trex_stateless.asciidoc waf.css', target='draft_trex_stateless.html', scan=ascii_doc_scan) + source='draft_trex_stateless.asciidoc waf.css', target='draft_trex_stateless1.html', scan=ascii_doc_scan) bld(rule=convert_to_pdf_book, source='trex_book.asciidoc waf.css', target='trex_book.pdf', scan=ascii_doc_scan) |