mirror of
https://github.com/boostorg/docca.git
synced 2026-01-19 04:12:08 +00:00
jamfile cleanup
This commit is contained in:
10
build.jam
10
build.jam
@@ -2,12 +2,12 @@
|
||||
# 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)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/docca
|
||||
#
|
||||
|
||||
require-b2 5.2 ;
|
||||
|
||||
project /boost/docca
|
||||
;
|
||||
project /boost/docca ;
|
||||
|
||||
explicit
|
||||
[ alias all : example test ]
|
||||
;
|
||||
explicit [ alias all : example test ] ;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# 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)
|
||||
#
|
||||
# Official repository: https://github.com/cppalliance/json
|
||||
# Official repository: https://github.com/boostorg/docca
|
||||
#
|
||||
|
||||
|
||||
|
||||
@@ -5,13 +5,12 @@
|
||||
# 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)
|
||||
#
|
||||
# Official repository: https://github.com/cppalliance/json
|
||||
# Official repository: https://github.com/boostorg/docca
|
||||
#
|
||||
|
||||
project json/doc ;
|
||||
import-search /boost/docca ;
|
||||
|
||||
import boostbook ;
|
||||
import-search /boost/docca ;
|
||||
import docca ;
|
||||
|
||||
|
||||
@@ -4,16 +4,17 @@
|
||||
# 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)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/json
|
||||
# Official repository: https://github.com/boostorg/docca
|
||||
#
|
||||
|
||||
import-search /boost/docca ;
|
||||
|
||||
import common ;
|
||||
import docca ;
|
||||
import os ;
|
||||
import testing ;
|
||||
import toolset ;
|
||||
|
||||
import ../docca.jam ;
|
||||
|
||||
local templates = [ glob-tree-ex ../include/docca : *.jinja2 ] ;
|
||||
|
||||
make python-tests
|
||||
Reference in New Issue
Block a user