diff options
Diffstat (limited to 'doc/api/meson.build')
-rw-r--r-- | doc/api/meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/meson.build b/doc/api/meson.build index fc14b90..7ef505c 100644 --- a/doc/api/meson.build +++ b/doc/api/meson.build @@ -1,9 +1,9 @@ -# Copyright 2021 David Robillard <d@drobilla.net> +# Copyright 2021-2023 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC -c_zix_rst = custom_target( +api_zix_rst = custom_target( 'zix.rst', command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], - input: [c_index_xml], + input: doxygen_xml, output: 'zix.rst', ) |