diff options
author | David Robillard <d@drobilla.net> | 2019-03-24 19:21:29 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-03-24 21:23:02 +0100 |
commit | 13f8bcea5df5586d07b167110daabdae8453931d (patch) | |
tree | 65ffaf87bd82d1b075139e12edf64d548b70c2e9 /wscript | |
parent | 984b9db7539c1362ecbca55791ede3273bbe34c4 (diff) | |
download | lv2-13f8bcea5df5586d07b167110daabdae8453931d.tar.xz |
Avoid redundant copy of Doxygen stylesheet
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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() |