From ec8ef82d60d32a6f4667c43b252642b6a77602fd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 11 Jan 2021 17:18:06 +0100 Subject: [PATCH] fixup! WIP: Switch to Meson --- doc/c/xml/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/c/xml/meson.build b/doc/c/xml/meson.build index 75e0a2e..b7f4932 100644 --- a/doc/c/xml/meson.build +++ b/doc/c/xml/meson.build @@ -13,7 +13,7 @@ c_doxyfile = configure_file(configuration: config, input: '../Doxyfile.in', output: 'Doxyfile') -c_index_xml = custom_target('c-index.xml', +c_index_xml = custom_target('serd-c-index.xml', command: [doxygen, '@INPUT0@'], input: [c_doxyfile] + c_header_files, output: 'index.xml')