mirror of
https://github.com/boostorg/mpi.git
synced 2026-07-21 13:23:33 +00:00
Adjust doc build to avoid boost-root references.
This commit is contained in:
+28
-28
@@ -1,6 +1,6 @@
|
||||
# Copyright (C) 2005-2006 Douglas Gregor <doug.gregor@gmail.com>
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# 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.)
|
||||
project boost/mpi/doc ;
|
||||
|
||||
@@ -8,33 +8,33 @@ using quickbook ;
|
||||
using boostbook ;
|
||||
using doxygen ;
|
||||
|
||||
doxygen mpi_autodoc
|
||||
doxygen mpi_autodoc
|
||||
: [ glob
|
||||
../../../boost/mpi.hpp
|
||||
../../../boost/mpi/allocator.hpp
|
||||
../../../boost/mpi/cartesian_communicator.hpp
|
||||
../../../boost/mpi/collectives.hpp
|
||||
../../../boost/mpi/collectives_fwd.hpp
|
||||
../../../boost/mpi/communicator.hpp
|
||||
../../../boost/mpi/config.hpp
|
||||
../../../boost/mpi/datatype.hpp
|
||||
../../../boost/mpi/datatype_fwd.hpp
|
||||
../../../boost/mpi/environment.hpp
|
||||
../../../boost/mpi/exception.hpp
|
||||
../../../boost/mpi/graph_communicator.hpp
|
||||
../../../boost/mpi/group.hpp
|
||||
../../../boost/mpi/intercommunicator.hpp
|
||||
../../../boost/mpi/nonblocking.hpp
|
||||
../../../boost/mpi/operations.hpp
|
||||
../../../boost/mpi/packed_iarchive.hpp
|
||||
../../../boost/mpi/packed_oarchive.hpp
|
||||
../../../boost/mpi/skeleton_and_content.hpp
|
||||
../../../boost/mpi/skeleton_and_content_fwd.hpp
|
||||
../../../boost/mpi/status.hpp
|
||||
../../../boost/mpi/request.hpp
|
||||
../../../boost/mpi/timer.hpp
|
||||
../../../boost/mpi/inplace.hpp
|
||||
../../../boost/mpi/python.hpp
|
||||
../include/boost/mpi.hpp
|
||||
../include/boost/mpi/allocator.hpp
|
||||
../include/boost/mpi/cartesian_communicator.hpp
|
||||
../include/boost/mpi/collectives.hpp
|
||||
../include/boost/mpi/collectives_fwd.hpp
|
||||
../include/boost/mpi/communicator.hpp
|
||||
../include/boost/mpi/config.hpp
|
||||
../include/boost/mpi/datatype.hpp
|
||||
../include/boost/mpi/datatype_fwd.hpp
|
||||
../include/boost/mpi/environment.hpp
|
||||
../include/boost/mpi/exception.hpp
|
||||
../include/boost/mpi/graph_communicator.hpp
|
||||
../include/boost/mpi/group.hpp
|
||||
../include/boost/mpi/intercommunicator.hpp
|
||||
../include/boost/mpi/nonblocking.hpp
|
||||
../include/boost/mpi/operations.hpp
|
||||
../include/boost/mpi/packed_iarchive.hpp
|
||||
../include/boost/mpi/packed_oarchive.hpp
|
||||
../include/boost/mpi/skeleton_and_content.hpp
|
||||
../include/boost/mpi/skeleton_and_content_fwd.hpp
|
||||
../include/boost/mpi/status.hpp
|
||||
../include/boost/mpi/request.hpp
|
||||
../include/boost/mpi/timer.hpp
|
||||
../include/boost/mpi/inplace.hpp
|
||||
../include/boost/mpi/python.hpp
|
||||
]
|
||||
: <doxygen:param>MACRO_EXPANSION=YES
|
||||
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
||||
@@ -43,7 +43,7 @@ doxygen mpi_autodoc
|
||||
|
||||
xml mpi : mpi.qbk ;
|
||||
|
||||
boostbook standalone : mpi mpi_autodoc
|
||||
boostbook standalone : mpi mpi_autodoc
|
||||
:
|
||||
<xsl:param>boost.root=../../../..
|
||||
<format>pdf:<xsl:param>max-columns=66
|
||||
|
||||
Reference in New Issue
Block a user