Blame view

3rdparty/boost_1_81_0/libs/align/doc/Jamfile 380 Bytes
e6ccf0ce   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  # Copyright 2014 Glen Joseph Fernandes
  # (glenjofe@gmail.com)
  #
  # Distributed under the Boost Software License, Version 1.0.
  # (http://www.boost.org/LICENSE_1_0.txt)
  
  import quickbook ;
  
  xml align : align.qbk ;
  
  boostbook standalone : align : <xsl:param>boost.root=../../../..  ;
  
  alias boostdoc : align : : : ;
  
  explicit boostdoc ;
  
  alias boostrelease ;
  
  explicit boostrelease ;