diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 22fbb8d..d920e33 100755 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -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.