wscript
changeset 8935 2ce1f6bd9f8e
parent 8916 b59f376c7352
child 8939 c1beb94d42af
--- 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)