aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-29 14:02:29 -0400
committerDavid Robillard <d@drobilla.net>2016-09-29 14:02:29 -0400
commit49b0b2d4f7d4687cd6bb5e6b52dfbb195b198710 (patch)
treeffaa73d29045efbe8240c74c6f3ad2c2833e2508 /lv2
parentb08b8a6ab0cd8cf2bb2eb5b9b30c5070d42d587f (diff)
downloadlv2-49b0b2d4f7d4687cd6bb5e6b52dfbb195b198710.tar.xz
Call lv2specgen as a separate process
This speeds up builds with documentation significantly by allowing lv2specgen.py to be called in parallel, and makes lv2specgen a more reusable tool for third-party specifications.
Diffstat (limited to 'lv2')
-rw-r--r--lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl b/lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl
index 71980a1..63e0730 100644
--- a/lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl
@@ -7,7 +7,8 @@
<http://lv2plug.in/ns/ext/dynmanifest>
a lv2:Specification ;
- rdfs:seeAlso <dynmanifest.h> ;
+ rdfs:seeAlso <dynmanifest.h> ,
+ <lv2-dynmanifest.doap.ttl> ;
lv2:documentation """
<p>The LV2 API, on its own, cannot be used to write plugin libraries where data
is dynamically generated at runtime (e.g. API wrappers), since LV2 requires