mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Mostly to use the images and css files under doc/src instead of doc/html, usually be deleting the settings in order to use the defaults. Also add 'boost.root' to some builds in order to fix links which rely on it. [SVN r63146]
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
# Copyright (c) 2009 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)
|
|
|
|
project boost/test ;
|
|
import boostbook : boostbook ;
|
|
|
|
boostbook alt : alt.xml :
|
|
<xsl:param>boost.root=../../../..
|
|
;
|
|
|