From ec89e7ad9f2e438127dc1e97d12411652301f2b5 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Sat, 14 Dec 2019 01:14:07 -0500 Subject: [PATCH] Correct asciidoc Jamfile --- doc/Jamfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ;