mirror of
https://github.com/boostorg/array.git
synced 2025-06-28 21:41:00 +02:00
23 lines
604 B
Plaintext
23 lines
604 B
Plaintext
#~ Copyright Marshall Clow 2013
|
|
#~ Copyright Christian Mazakas 2024
|
|
#~ Distributed under the Boost Software License, Version 1.0.
|
|
#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
import asciidoctor ;
|
|
|
|
html array.html : array.adoc ;
|
|
|
|
install html_ : array.html : <location>html ;
|
|
|
|
pdf array.pdf : array.adoc ;
|
|
explicit array.pdf ;
|
|
|
|
install pdf_ : array.pdf : <location>pdf ;
|
|
explicit pdf_ ;
|
|
|
|
###############################################################################
|
|
alias boostdoc ;
|
|
explicit boostdoc ;
|
|
alias boostrelease : html_ ;
|
|
explicit boostrelease ;
|