mirror of
https://github.com/boostorg/io.git
synced 2025-07-29 11:57:14 +02:00
Correct asciidoc Jamfile
This commit is contained in:
10
doc/Jamfile
10
doc/Jamfile
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
import asciidoctor ;
|
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 ;
|
pdf io.pdf : io.adoc ;
|
||||||
explicit span.pdf ;
|
explicit io.pdf ;
|
||||||
|
|
||||||
install pdf_ : span.pdf : <location>pdf ;
|
install pdf_ : io.pdf : <location>pdf ;
|
||||||
explicit pdf_ ;
|
explicit pdf_ ;
|
||||||
|
|
||||||
alias boostdoc ;
|
alias boostdoc ;
|
||||||
|
Reference in New Issue
Block a user