diff --git a/Jamfile b/Jamfile deleted file mode 100644 index 1c6a6d1..0000000 --- a/Jamfile +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (c) 2024 Dmitry Arkhipov (grisumbras@yandex.ru) -# -# 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 -# - -build-project test ; -build-project example ; diff --git a/build.jam b/build.jam new file mode 100644 index 0000000..fbba3cd --- /dev/null +++ b/build.jam @@ -0,0 +1,13 @@ +# Copyright René Ferdinand Rivera Morell 2024 +# 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) + +require-b2 5.2 ; + +project /boost/docca + ; + +explicit + [ alias all : example test ] + ; diff --git a/example/Jamfile b/example/Jamfile index ea2ea4e..ec1a05d 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -11,7 +11,8 @@ project json/doc ; import boostbook ; -import ../../../tools/docca/docca.jam ; +import-search /boost/docca ; +import docca ; # Produce the reference.qbk from C++ sources