Files
parameter_python/doc/Jamfile.v2
Dave Abrahams 76daa6febe Initial checkin
[SVN r29942]
2018-10-14 18:08:50 +03:00

18 lines
395 B
Plaintext
Executable File

import docutils ;
path-constant docutils-css : ../../iterator/doc/default.css ;
import path ;
sources = [ path.glob . : *.rst ] ;
bases = $(sources:S=) ;
for local b in $(bases)
{
html $(b) : $(b).rst :
<docutils-html>"-gdt --traceback --trim-footnote-reference-space --embed-stylesheet --stylesheet-path="$(docutils-css)
;
}
alias htmls : $(bases) ;
stage html : $(bases) ;