aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-22 11:40:43 -0400
committerDavid Robillard <d@drobilla.net>2022-08-22 11:40:43 -0400
commitebb4dce640d6cec61ad28df2129396256439c639 (patch)
treeb69a537e5bc4ed37eb8f9d13fbe6a58d1c56948a /doc
parent6c0fa76a332278728e2039dd026454014cb0510d (diff)
downloadlv2-ebb4dce640d6cec61ad28df2129396256439c639.tar.xz
Fix documentation build
Diffstat (limited to 'doc')
-rw-r--r--doc/c/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/c/meson.build b/doc/c/meson.build
index 3ce7fdc..d0fcd89 100644
--- a/doc/c/meson.build
+++ b/doc/c/meson.build
@@ -25,7 +25,7 @@ if doxygen.found()
command: [doxygen, '@INPUT@'],
input: reference_doxygen,
install: true,
- install_dir: lv2_docdir,
+ install_dir: lv2_docdir / 'c',
output: ['html', 'tags'],
)