diff options
author | David Robillard <d@drobilla.net> | 2022-07-07 18:59:32 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-17 18:14:00 -0400 |
commit | 1eccbe4355685b322194df72b5de2382d5290b3b (patch) | |
tree | 0677b5c2f577a5024c351a164527f4bdd91a639b /lv2/core/people.ttl | |
parent | d4a970f6962dda28133290194832b726b566ddab (diff) | |
download | lv2-1eccbe4355685b322194df72b5de2382d5290b3b.tar.xz |
Rearrange source tree to be directly usable by dependants
This allows the LV2 source distribution to be used as an include path for
compilers and an LV2_PATH for applications, at the expense of self-contained
bundles. That's a nice idea, but it made LV2 itself weird and annoying to
depend on. This rearranges things so that directories in the source tree
correspond more closely to installation directories.
To make this possible, the "aux" directory in the documentation output has been
changed to "style", to avoid the reserved name "aux" on Windows.
Diffstat (limited to 'lv2/core/people.ttl')
-rw-r--r-- | lv2/core/people.ttl | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/lv2/core/people.ttl b/lv2/core/people.ttl deleted file mode 100644 index 52d0384..0000000 --- a/lv2/core/people.ttl +++ /dev/null @@ -1,51 +0,0 @@ -@prefix foaf: <http://xmlns.com/foaf/0.1/> . -@prefix meta: <http://lv2plug.in/ns/meta#> . -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . - -<http://drobilla.net/drobilla#me> - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:mbox <mailto:d@drobilla.net> ; - rdfs:seeAlso <http://drobilla.net/drobilla> . - -<http://plugin.org.uk/swh.xrdf#me> - a foaf:Person ; - foaf:name "Steve Harris" ; - foaf:mbox <mailto:steve@plugin.org.uk> ; - rdfs:seeAlso <http://plugin.org.uk/swh.xrdf> . - -meta:larsl - a foaf:Person ; - foaf:name "Lars Luthman" ; - foaf:mbox <mailto:lars.luthman@gmail.com> . - -meta:gabrbedd - a foaf:Person ; - foaf:name "Gabriel M. Beddingfield" ; - foaf:mbox <mailto:gabrbedd@gmail.com> . - -meta:daste - a foaf:Person ; - foaf:name """Stefano D'Angelo""" ; - foaf:mbox <mailto:zanga.mail@gmail.com> . - -meta:kfoltman - a foaf:Person ; - foaf:name "Krzysztof Foltman" ; - foaf:mbox <mailto:wdev@foltman.com> . - -meta:paniq - a foaf:Person ; - foaf:name "Leonard Ritter" ; - foaf:mbox <mailto:paniq@paniq.org> . - -meta:harry - a foaf:Person ; - foaf:name "Harry van Haaren" ; - foaf:mbox <harryhaaren@gmail.com> . - -meta:bmwiedemann - a foaf:Person ; - foaf:name "Bernhard M. Wiedemann" ; - foaf:mbox <bwiedemann@suse.de> . - |