diff options
author | David Robillard <d@drobilla.net> | 2021-01-09 19:17:31 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-01-13 15:18:17 -0500 |
commit | 7d2183d13b298f33733e67184dd86a34a71723bf (patch) | |
tree | bcc350350d64ebe31d18403df497fffe398f0070 /doc/c/api/meson.build | |
parent | 17357d578b14111ce694f8af8d70e7c65c863ad3 (diff) | |
download | serd-7d2183d13b298f33733e67184dd86a34a71723bf.tar.gz serd-7d2183d13b298f33733e67184dd86a34a71723bf.tar.bz2 serd-7d2183d13b298f33733e67184dd86a34a71723bf.zip |
Switch to Meson
Diffstat (limited to 'doc/c/api/meson.build')
-rw-r--r-- | doc/c/api/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/c/api/meson.build b/doc/c/api/meson.build new file mode 100644 index 00000000..1c0cbfee --- /dev/null +++ b/doc/c/api/meson.build @@ -0,0 +1,5 @@ +c_serd_rst = custom_target( + 'Serd C API ReST Documentation', + command: [dox_to_sphinx, '-f', '@INPUT0@', meson.current_build_dir()], + input: [c_index_xml] + c_rst_files, + output: 'serd.rst') |