summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-24 16:05:19 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-24 16:05:19 +0100
commit635fdc3e5ab744d064bf93cb164a738489971954 (patch)
treed8d4d0a8fbbdd7e67cf7fc26d4b0ef1685554466 /cscript
parent78957123f6e70e9460fd1707a047f221037e5d30 (diff)
cscript tweaks.
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')