From 60cbe5b9b6d42bd850c5ea39c06b6e182f9c2645 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 11 May 2023 22:43:02 -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/meson.build') diff --git a/doc/api/meson.build b/doc/api/meson.build new file mode 100644 index 00000000..b40af2f1 --- /dev/null +++ b/doc/api/meson.build @@ -0,0 +1,9 @@ +# Copyright 2020-2022 David Robillard +# SPDX-License-Identifier: 0BSD OR ISC + +c_serd_rst = custom_target( + 'serd.rst', + command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], + input: [c_index_xml] + c_rst_files, + output: 'serd.rst', +) -- cgit v1.2.1