From 5ecd64db399392493cf4f2a5154d1deb3b498c88 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 30 Mar 2019 12:37:04 +0100 Subject: Improve documentation --- wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index b3bb25f4..0387ce7a 100644 --- a/wscript +++ b/wscript @@ -167,8 +167,6 @@ def build(bld): bld.install_files('${MANDIR}/man1', 'doc/serdi.1') bld.add_post_fun(autowaf.run_ldconfig) - if bld.env.DOCS: - bld.add_post_fun(lambda ctx: autowaf.make_simple_dox(APPNAME)) def lint(ctx): "checks code for style issues" -- cgit v1.2.1