Files
array/doc/Jamfile.v2

23 lines
604 B
Plaintext
Raw Permalink Normal View History

#~ Copyright Marshall Clow 2013
2024-12-18 15:31:13 -08:00
#~ 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)
2024-12-18 15:31:13 -08:00
import asciidoctor ;
2024-12-18 15:31:13 -08:00
html array.html : array.adoc ;
2024-12-18 15:31:13 -08:00
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 ;