Correct asciidoc Jamfile

This commit is contained in:
Glen Fernandes
2019-12-14 01:14:07 -05:00
parent ba7a6bef42
commit ec89e7ad9f

View File

@ -6,14 +6,14 @@
import asciidoctor ;
html span.html : span.adoc ;
html io.html : io.adoc ;
install html_ : span.html : <location>html ;
install html_ : io.html : <location>html ;
pdf span.pdf : span.adoc ;
explicit span.pdf ;
pdf io.pdf : io.adoc ;
explicit io.pdf ;
install pdf_ : span.pdf : <location>pdf ;
install pdf_ : io.pdf : <location>pdf ;
explicit pdf_ ;
alias boostdoc ;