From 0a2e26e998a64f981cc308249010173cebfa6ad2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 5 Oct 2024 12:26:41 -0400 Subject: Clean up documentation build and use unique target names --- doc/c/api/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/c/api') diff --git a/doc/c/api/meson.build b/doc/c/api/meson.build index 6b21aae..846dc94 100644 --- a/doc/c/api/meson.build +++ b/doc/c/api/meson.build @@ -1,9 +1,9 @@ -# Copyright 2021 David Robillard +# Copyright 2021-2024 David Robillard # SPDX-License-Identifier: 0BSD OR ISC c_pugl_rst = custom_target( - 'C API ReST Documentation', - command: [sphinxygen, '-f', '@INPUT0@', 'doc/c/api'], + 'c_pugl.rst', + command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], input: [c_index_xml] + c_rst_files, output: 'pugl.rst', ) -- cgit v1.2.1