diff options
author | 2016-03-02 05:23:19 +0200 | |
---|---|---|
committer | 2016-03-02 05:23:19 +0200 | |
commit | 671cf52ebacece71822bc8b72e415ca7284efa20 (patch) | |
tree | 03204593473c611edfa8dba31ae74275c03d983a /wscript | |
parent | 6684fac647f5322caa1a94c849cc85ee2d77b2f8 (diff) |
draft stateless support
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -178,6 +178,9 @@ def build(bld): 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='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) + bld(rule=convert_to_pdf_book, source='trex_book.asciidoc waf.css', target='trex_book.pdf', scan=ascii_doc_scan) |