mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 23:13:58 +00:00
17 lines
483 B
Plaintext
17 lines
483 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>html.stylesheet=../../../../doc/html/boostbook.css
|
|
<xsl:param>boost.root=../../../..
|
|
<xsl:param>boost.libraries=../../../../libs/libraries.htm
|
|
<xsl:param>navig.graphics=1
|
|
;
|
|
|