mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-19 16:32:13 +00:00
Use glob instead of path.glob, as it's relative to the Jamfile
This commit is contained in:
@@ -3,12 +3,9 @@
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
import docutils ;
|
||||
import path ;
|
||||
|
||||
path-constant HERE : . ;
|
||||
|
||||
sources = [ path.glob $(HERE) : *.rst ] ;
|
||||
bases = $(sources:D=:S=) ;
|
||||
sources = [ glob *.rst ] ;
|
||||
bases = $(sources:S=) ;
|
||||
|
||||
# This is a path relative to the html/ subdirectory where the
|
||||
# generated output will eventually be moved.
|
||||
|
||||
Reference in New Issue
Block a user