Files
assert/doc/Jamfile

24 lines
573 B
Plaintext
Raw Permalink Normal View History

2017-06-06 02:19:26 +03:00
# Copyright 2017 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 ;
2017-06-06 02:19:26 +03:00
html assert.html : index.adoc ;
2017-06-06 02:19:26 +03:00
2017-06-06 18:13:01 +03:00
install html_ : assert.html : <location>html ;
pdf assert.pdf : index.adoc ;
explicit assert.pdf ;
install pdf_ : assert.pdf : <location>pdf ;
explicit pdf_ ;
2017-06-06 02:19:26 +03:00
###############################################################################
alias boostdoc ;
explicit boostdoc ;
2017-06-10 04:31:35 +03:00
alias boostrelease : html_ ;
2017-06-06 02:19:26 +03:00
explicit boostrelease ;