2
0
mirror of https://github.com/boostorg/docca.git synced 2026-01-19 04:12:08 +00:00

jamfile cleanup

This commit is contained in:
Dmitry Arkhipov
2024-08-21 09:23:50 +10:00
parent a89ee8dcf2
commit 525cf70935
4 changed files with 12 additions and 12 deletions

View File

@@ -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 ] ;

View File

@@ -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
#

View File

@@ -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 ;

View File

@@ -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