diff options
author | David Robillard <d@drobilla.net> | 2019-04-22 10:52:21 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-22 10:52:21 +0200 |
commit | 432d60b600842c7d09de9ca1f33800358e8e058d (patch) | |
tree | c90daf5cdb8e9cf2c70feeee53c983bbcc706067 /wscript | |
parent | feb8f4d2b6324183ea04271f1cb8d7db0232a89e (diff) | |
download | sratom-432d60b600842c7d09de9ca1f33800358e8e058d.tar.gz sratom-432d60b600842c7d09de9ca1f33800358e8e058d.tar.bz2 sratom-432d60b600842c7d09de9ca1f33800358e8e058d.zip |
Update documentation
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -136,8 +136,6 @@ def build(bld): autowaf.build_dox(bld, 'SRATOM', SRATOM_VERSION, top, out) bld.add_post_fun(autowaf.run_ldconfig) - if bld.env.DOCS: - bld.add_post_fun(fix_docs) def test(tst): tst(['./sratom_test']) @@ -154,10 +152,6 @@ def lint(ctx): "$(find .. -name '*.c')") subprocess.call(cmd, cwd='build', shell=True) -def fix_docs(ctx): - if ctx.cmd == 'build': - autowaf.make_simple_dox(APPNAME) - def upload_docs(ctx): os.system("rsync -ravz --delete -e ssh build/doc/html/ drobilla@drobilla.net:~/drobilla.net/docs/sratom/") |