mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-19 16:32:13 +00:00
Remove paths from $(sources)
This commit is contained in:
@@ -8,7 +8,7 @@ import path ;
|
||||
path-constant HERE : . ;
|
||||
|
||||
sources = [ path.glob $(HERE) : *.rst ] ;
|
||||
bases = $(sources:S=) ;
|
||||
bases = $(sources:D=: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