summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/cscript b/cscript
index 468b4b4d..9cc47606 100644
--- a/cscript
+++ b/cscript
@@ -13,5 +13,6 @@ def make_doxygen(env):
os.makedirs('build/doc')
except:
pass
+ env.command('pwd')
env.command('doxygen')
return os.path.abspath('build/doc/html')