diff options
Diffstat (limited to 'doc/api/meson.build')
-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..a5cecf8 --- /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 + +api_suil_rst = custom_target( + 'suil.rst', + command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], + input: doxygen_xml, + output: 'suil.rst', +) |