From d564baafed0863813a87d872f8663134e74228c8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 May 2023 20:03:30 -0400 Subject: Clean up documentation and remove junk files from install --- doc/api/meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/api/meson.build (limited to 'doc/api') 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 +# 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', +) -- cgit v1.2.1