diff options
author | David Robillard <d@drobilla.net> | 2014-05-08 12:07:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-05-08 12:07:02 +0000 |
commit | ba92af715f52281d4b015cbff4651448e3a44bc3 (patch) | |
tree | 8dcd86f07fafe9095d7942a7099be933e709b5c3 /wscript | |
parent | ead6ca1b3ef519e57a03762b80d9b126c7883ea3 (diff) | |
download | lv2-ba92af715f52281d4b015cbff4651448e3a44bc3.tar.xz |
Improve documentation.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -175,8 +175,7 @@ def specgen(task): TAGFILE, { 'list_email': 'devel@lists.lv2plug.in', 'list_page': 'http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in' }, - instances=True, - offline=(not task.env.ONLINE_DOCS)) + instances=True) lv2specgen.save(task.outputs[0].abspath(), specdoc) |