Remove paths from $(sources)

This commit is contained in:
Peter Dimov
2018-10-16 05:33:45 +03:00
parent f98b87600f
commit 0c3aa448b9

View File

@@ -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.