From ebb4dce640d6cec61ad28df2129396256439c639 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Aug 2022 11:40:43 -0400 Subject: Fix documentation build --- doc/c/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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'], ) -- cgit v1.2.1