summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-29 11:09:07 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-29 11:09:07 +0100
commitf93722a185a0b432bbb2f36709c4ea1f1cfd4e19 (patch)
treec5b12a398af16dcce504e0989eb8b4481efc76e9 /cscript
parentf35787e741f1a6691c09949a78fcdf50f3fc0ec9 (diff)
Add doxygen stuff.
Diffstat (limited to 'cscript')
-rw-r--r--cscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/cscript b/cscript
index f7e34b6..101da69 100644
--- a/cscript
+++ b/cscript
@@ -15,3 +15,8 @@ def test(target):
if target.platform != 'windows':
target.set('LC_ALL', 'C')
target.command('./run-tests.sh')
+
+def make_doxygen(target):
+ os.makedirs('build/doc')
+ target.command('doxygen')
+ return os.path.abspath('build/doc/html')