2005-04-11 22:07:45 +00:00
|
|
|
|
2008-03-27 23:38:01 +00:00
|
|
|
# Copyright 2005-2008 Daniel James.
|
2007-08-24 01:05:36 +00:00
|
|
|
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
2005-04-11 22:07:45 +00:00
|
|
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
|
|
2022-02-02 10:44:02 -08:00
|
|
|
import asciidoctor ;
|
2010-12-07 20:45:08 +00:00
|
|
|
|
2022-02-02 10:44:02 -08:00
|
|
|
html hash.html : hash.adoc ;
|
2009-02-15 19:32:19 +00:00
|
|
|
|
2022-02-02 10:44:02 -08:00
|
|
|
install html_ : hash.html : <location>html ;
|
|
|
|
|
|
|
|
|
|
pdf hash.pdf : hash.adoc ;
|
|
|
|
|
explicit hash.pdf ;
|
|
|
|
|
|
|
|
|
|
install pdf_ : hash.pdf : <location>pdf ;
|
|
|
|
|
explicit pdf_ ;
|
2017-12-28 21:04:48 +00:00
|
|
|
|
|
|
|
|
###############################################################################
|
2022-02-02 10:44:02 -08:00
|
|
|
alias boostdoc ;
|
|
|
|
|
explicit boostdoc ;
|
|
|
|
|
alias boostrelease : html_ ;
|
|
|
|
|
explicit boostrelease ;
|