e6e55e039f
There can be only one project named boost/doc and we have that already under /doc/ Change to something unique. Fixes PDF doc build.
14 lines
369 B
Plaintext
14 lines
369 B
Plaintext
# Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
|
|
#
|
|
# 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 boostbook/doc ;
|
|
import boostbook : boostbook ;
|
|
|
|
boostbook boostbook : boostbook.xml :
|
|
<xsl:param>boost.root=../../../..
|
|
;
|
|
|