1# Copyright 2017 Peter Dimov 2# 3# Distributed under the Boost Software License, Version 1.0. 4# 5# See accompanying file LICENSE_1_0.txt or copy at 6# http://www.boost.org/LICENSE_1_0.txt 7 8import asciidoctor ; 9 10html smart_ptr.html : smart_ptr.adoc ; 11 12install html_ : smart_ptr.html : <location>html ; 13 14pdf smart_ptr.pdf : smart_ptr.adoc ; 15explicit smart_ptr.pdf ; 16 17install pdf_ : smart_ptr.pdf : <location>pdf ; 18explicit pdf_ ; 19 20############################################################################### 21alias boostdoc ; 22explicit boostdoc ; 23alias boostrelease : html_ ; 24explicit boostrelease ; 25