# Copyright 2019 Damian Jarek
#
# 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

project doc/certify ;

import asciidoctor ;

html certify.html : certify.adoc ;

install html_ :
  certify.html :
  <location>html ;

# pdf mp11.pdf : mp11.adoc ;

# pdf simple_cxx11_metaprogramming.pdf :
#   article/simple_cxx11_metaprogramming.adoc ;

# pdf simple_cxx11_metaprogramming_2.pdf :
#   article/simple_cxx11_metaprogramming_2.adoc ;

# explicit mp11.pdf
#   simple_cxx11_metaprogramming.pdf
#   simple_cxx11_metaprogramming_2.pdf ;

# install pdf_ :
#   mp11.pdf
#   simple_cxx11_metaprogramming.pdf
#   simple_cxx11_metaprogramming_2.pdf :
#   <location>pdf ;

# explicit pdf_ ;

###############################################################################
alias boostdoc ;
explicit boostdoc ;
alias boostrelease : html_ ;
explicit boostrelease ;
