2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 08:42:13 +00:00

Use prepend-path-variable-command

[SVN r27095]
This commit is contained in:
Dave Abrahams
2005-02-04 20:15:53 +00:00
parent 9e8c227fcf
commit 974886ee77

View File

@@ -43,9 +43,8 @@ rule init ( docutils-dir )
.docutils-dir = $(docutils-dir) ;
.setup = [
common.path-variable-setting-command PYTHONPATH
: $(.docutils-dir) $(.docutils-dir)/extras
: exported ] ;
common.prepend-path-variable-command PYTHONPATH
: $(.docutils-dir) $(.docutils-dir)/extras ] ;
}
}