diff options
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/meson.build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/api/meson.build b/doc/api/meson.build new file mode 100644 index 0000000..8c8293b --- /dev/null +++ b/doc/api/meson.build @@ -0,0 +1,9 @@ +# Copyright 2021-2022 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: 0BSD OR ISC + +c_lilv_rst = custom_target( + 'lilv.rst', + command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], + input: [c_index_xml] + c_rst_files, + output: 'lilv.rst', +) |