From 49b0b2d4f7d4687cd6bb5e6b52dfbb195b198710 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Sep 2016 14:02:29 -0400 Subject: 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. --- lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lv2/lv2plug.in/ns/ext') 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 @@ a lv2:Specification ; - rdfs:seeAlso ; + rdfs:seeAlso , + ; lv2:documentation """

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 -- cgit v1.2.1