blob: 8af6ba8785614ba0029f3376e1555960a6f9c5b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 2013-2018 Daniel James.
# 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)
using boostbook ;
using quickbook ;
xml simple-boostbook : simple.qbk ;
boostbook simple : simple-boostbook :
<xsl:param>boost.root=../../../../..
;
|