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