Files
website-v2-docs/Jamfile.v2
2023-04-12 17:49:35 -07:00

22 lines
627 B
Plaintext

# Copyright 2023 Christian Mazakas.
# 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 boost-manual.html : doc/boost-manual.adoc ;
install html_ : boost-manual.html : <location>html ;
pdf boost-manual.pdf : doc/boost-manual.adoc ;
explicit boost-manual.pdf ;
install pdf_ : boost-manual.pdf : <location>pdf ;
explicit pdf_ ;
###############################################################################
alias boostdoc ;
explicit boostdoc ;
alias boostrelease : html_ ;
explicit boostrelease ;