Files
variant2/doc/Jamfile

24 lines
595 B
Plaintext
Raw Permalink Normal View History

2018-10-24 18:34:17 +03:00
# Copyright 2017, 2018 Peter Dimov
#
# 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 ;
2019-02-22 19:19:03 +02:00
html variant2.html : variant2.adoc ;
2018-10-24 18:34:17 +03:00
2019-02-22 19:19:03 +02:00
install html_ : variant2.html : <location>html ;
2018-10-24 18:34:17 +03:00
2019-02-22 19:19:03 +02:00
pdf variant2.pdf : variant2.adoc ;
explicit variant2.pdf ;
2018-10-24 18:34:17 +03:00
2019-02-22 19:19:03 +02:00
install pdf_ : variant2.pdf : <location>pdf ;
2018-10-24 18:34:17 +03:00
explicit pdf_ ;
###############################################################################
alias boostdoc ;
explicit boostdoc ;
alias boostrelease : html_ ;
explicit boostrelease ;