# Copyright 2021 David Robillard # SPDX-License-Identifier: 0BSD OR ISC c_zix_rst = custom_target( 'zix.rst', command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], input: [c_index_xml] + c_rst_files, output: 'zix.rst', )