From 432d60b600842c7d09de9ca1f33800358e8e058d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Apr 2019 10:52:21 +0200 Subject: Update documentation --- wscript | 6 ------ 1 file changed, 6 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 0f52a84..5dc88ca 100644 --- a/wscript +++ b/wscript @@ -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/") -- cgit v1.2.1