diff options
author | David Robillard <d@drobilla.net> | 2016-09-29 14:02:29 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-29 14:02:29 -0400 |
commit | 49b0b2d4f7d4687cd6bb5e6b52dfbb195b198710 (patch) | |
tree | ffaa73d29045efbe8240c74c6f3ad2c2833e2508 /lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl | |
parent | b08b8a6ab0cd8cf2bb2eb5b9b30c5070d42d587f (diff) | |
download | lv2-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/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl | 3 |
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 |