--- a/wscript Sun Jul 29 21:07:16 2012 -0700
+++ b/wscript Wed Jul 18 13:39:20 2012 -0700
@@ -1097,6 +1097,8 @@
cmd = 'sphinx'
def sphinx_build(self, path):
+ print
+ print "[waf] Building sphinx docs for " + path
if subprocess.Popen(["make", "-k", "html"], cwd=path).wait() :
raise SystemExit(1)