diff options
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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') |
