jamfile.jam

来自「Boost provides free peer-reviewed portab」· JAM 代码 · 共 30 行

JAM
30
字号
# Copyright 2004,2006 Vladimir Prus# Distributed under the Boost Software License, Version 1.0.# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)import quickbook    ;project tools/build/v2/doc     ;boostbook userman : src/standalone.xml    : <xsl:param>toc.section.depth=1     <xsl:param>doc.standalone=true      <xsl:param>nav.layout=none     <implicit-dependency>jam_docs     <dependency>jam_docs        ;   xml jam_docs : ../../../jam/doc/bjam.qbk ;      if ! $(BOOST_ROOT){       BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;   }          # Copy stylesheet and images from 'official' docs locationstage html : $(BOOST_ROOT)/doc/html/boostbook.css ;stage html/images    : [ path.glob $(BOOST_ROOT)/doc/html/images : *.png ] ;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?