mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 06:24:59 +00:00
Add missing numeric doc build file.
This commit is contained in:
parent
64d2fdce14
commit
d211b39635
1 changed files with 11 additions and 0 deletions
11
libs/numeric/doc/build.jam
Normal file
11
libs/numeric/doc/build.jam
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Copyright (c) 2016 Rene Rivera
|
||||
#
|
||||
# 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)
|
||||
|
||||
###############################################################################
|
||||
alias boostdoc ;
|
||||
explicit boostdoc ;
|
||||
alias boostrelease : ../conversion/doc//standalone ../odeint/doc//standalone ;
|
||||
explicit boostrelease ;
|
Loading…
Add table
Reference in a new issue