mirror of
https://github.com/boostorg/website-v2-docs.git
synced 2026-01-19 04:42:17 +00:00
22 lines
627 B
Plaintext
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 ;
|