From 13f8bcea5df5586d07b167110daabdae8453931d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Mar 2019 19:21:29 +0100 Subject: Avoid redundant copy of Doxygen stylesheet --- wscript | 6 ------ 1 file changed, 6 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 51a3f1f..5262eaf 100644 --- a/wscript +++ b/wscript @@ -329,12 +329,6 @@ def build(bld): source = 'doc/%s' % i, target = 'aux/%s' % i) - bld(features = 'subst', - is_copy = True, - name = 'copy', - source = 'doc/doxy-style.css', - target = 'doc/html/doxy-style.css') - # Build Doxygen documentation (and tags file) autowaf.build_dox(bld, 'LV2', VERSION, top, out, 'lv2plug.in/doc', False) bld.add_group() -- cgit v1.2.1