diff --git a/doc/Jamfile b/doc/Jamfile index ddfa1ad..2756ce8 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -6,14 +6,14 @@ import asciidoctor ; -html span.html : span.adoc ; +html io.html : io.adoc ; -install html_ : span.html : html ; +install html_ : io.html : html ; -pdf span.pdf : span.adoc ; -explicit span.pdf ; +pdf io.pdf : io.adoc ; +explicit io.pdf ; -install pdf_ : span.pdf : pdf ; +install pdf_ : io.pdf : pdf ; explicit pdf_ ; alias boostdoc ;