mirror of
https://github.com/boostorg/variant2.git
synced 2025-07-30 04:07:16 +02:00
Rename to variant2
This commit is contained in:
10
doc/Jamfile
10
doc/Jamfile
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
import asciidoctor ;
|
import asciidoctor ;
|
||||||
|
|
||||||
html variant.html : variant.adoc ;
|
html variant2.html : variant2.adoc ;
|
||||||
|
|
||||||
install html_ : variant.html : <location>html ;
|
install html_ : variant2.html : <location>html ;
|
||||||
|
|
||||||
pdf variant.pdf : variant.adoc ;
|
pdf variant2.pdf : variant2.adoc ;
|
||||||
explicit variant.pdf ;
|
explicit variant2.pdf ;
|
||||||
|
|
||||||
install pdf_ : variant.pdf : <location>pdf ;
|
install pdf_ : variant2.pdf : <location>pdf ;
|
||||||
explicit pdf_ ;
|
explicit pdf_ ;
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@ -16,8 +16,8 @@ Peter Dimov
|
|||||||
|
|
||||||
:leveloffset: +1
|
:leveloffset: +1
|
||||||
|
|
||||||
include::variant/overview.adoc[]
|
include::variant2/overview.adoc[]
|
||||||
include::variant/reference.adoc[]
|
include::variant2/reference.adoc[]
|
||||||
include::variant/copyright.adoc[]
|
include::variant2/copyright.adoc[]
|
||||||
|
|
||||||
:leveloffset: -1
|
:leveloffset: -1
|
Reference in New Issue
Block a user