Brian Silverman | 355f11d | 2018-08-04 23:57:00 -0700 | [diff] [blame^] | 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 | |
| 8 | project doc/smart_ptr ; |
| 9 | |
| 10 | import asciidoctor ; |
| 11 | |
| 12 | html smart_ptr.html : smart_ptr.adoc ; |
| 13 | |
| 14 | install html_ : smart_ptr.html : <location>html ; |
| 15 | |
| 16 | pdf smart_ptr.pdf : smart_ptr.adoc ; |
| 17 | explicit smart_ptr.pdf ; |
| 18 | |
| 19 | install pdf_ : smart_ptr.pdf : <location>pdf ; |
| 20 | explicit pdf_ ; |
| 21 | |
| 22 | ############################################################################### |
| 23 | alias boostdoc ; |
| 24 | explicit boostdoc ; |
| 25 | alias boostrelease : html_ ; |
| 26 | explicit boostrelease ; |