From 02635812f63bba63e679b55737f6feffaec3f7a0 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 27 Mar 2017 10:27:29 +1100 Subject: waf: Fix linkcheck and spell commands. Clean up and remove code that is not needed. Fix sphinx-build quoting to work on Windows. --- wscript | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 28ebec5..2e83afe 100644 --- a/wscript +++ b/wscript @@ -79,3 +79,11 @@ def build(ctx): def install(ctx): for b in building: ctx.recurse(b) + +def cmd_spell(ctx): + for b in building: + ctx.recurse(b) + +def cmd_linkcheck(ctx): + for b in building: + ctx.recurse(b) -- cgit v1.2.3