From a545490518d9b08569e534d9493432abe8f917f3 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 9 Sep 2016 14:08:48 +1000 Subject: waf: Fix for waf-1.9.3. --- common/waf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/waf.py b/common/waf.py index 6512253..0178def 100644 --- a/common/waf.py +++ b/common/waf.py @@ -155,7 +155,7 @@ def cmd_build(ctx, conf_dir=".", source_dir="."): html_resources(ctx) ctx( rule = "${BIN_SPHINX_BUILD} -b html -c %s -j %d -d build/doctrees %s build/html" % (conf_dir, ctx.options.jobs, source_dir), - cwd = ctx.path.abspath(), + cwd = ctx.path, source = ctx.path.ant_glob('**/*.rst'),# + ctx.path.ant_glob('conf.py'), target = ctx.path.find_or_declare('html/index.html') ) -- cgit v1.2.3