mirror of
https://github.com/boostorg/io.git
synced 2026-08-03 20:24:06 +02:00
Correct asciidoc Jamfile
This commit is contained in:
+5
-5
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user