aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-23 16:08:07 -0400
committerDavid Robillard <d@drobilla.net>2023-09-23 17:09:41 -0400
commit31a8dbcca82a394f0dd236776692a8a53a031777 (patch)
tree6e6e09921441c8ba33de9b88ae2db7ba3f402f49 /plugins/meson.build
parent7e8c1c7f96ea94869040fadd4550852b5ad67911 (diff)
downloadlv2-31a8dbcca82a394f0dd236776692a8a53a031777.tar.xz
Format meson.build files with muon
The less time wasted with manual code formatting, the better.
Diffstat (limited to 'plugins/meson.build')
-rw-r--r--plugins/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/meson.build b/plugins/meson.build
index 098f585..ff70af1 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -18,8 +18,8 @@ if not get_option('docs').disabled()
asciidoc = find_program('asciidoc', required: get_option('docs'))
if asciidoc.found()
- book_inputs = files(
- 'README.txt',
+ book_inputs = files('README.txt')
+ book_inputs += files(
'eg-amp.lv2/README.txt',
'eg-amp.lv2/amp.c',
'eg-amp.lv2/amp.ttl',