From 0c3aa448b91d5bfd82e1fc7260f6e14a982fdee8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 16 Oct 2018 05:33:45 +0300 Subject: [PATCH] Remove paths from $(sources) --- doc/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.